CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 17:33:21 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/antares-sql/antares.git
etag: W/"a49c4ef65eecc8fc0646a4c9538c1f45"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=AxzNlZywYrpsQ1wHZ1LmspBQ2Owc9gV7zmuHINVHa2zy0FIzEPTgV0HtNKKvea%2F4Ke5ojcKvb9PzmPQ%2B2mryr9z8HHyUNoRCejJGd%2BXyLQ4Bj2nQ4AE2KZs8i0NneUR2l919%2Ba3r3vI0fZkLVp9cwvadhpcB8j1JlBFIPv0ho%2Fi44JUwlXbSCaySepZ3cHbTGz2P4uuy1K1BBCfftGMtVIFsskknO8TZrPIMK8%2FQ6PdLRO3XUvnf1PTPO25Hq%2FxqV0L2choMuFmLCJ3UClvJMg%3D%3D--ggnXdIqGlJES9MXy--JHmT7tsMSlVV0HflfUjCMw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.507520469.1753378400; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 17:33:20 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 17:33:20 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: BC00:1A1157:978A3:B3E59:68826E60
fix: improved handling of query comments, fixes #963 and #580 · antares-sql/antares@d912faa · GitHub
Copy file name to clipboardExpand all lines: src/common/libs/querySplitter.ts
Copy file name to clipboardExpand all lines: src/common/libs/sqlUtils.ts
Copy file name to clipboardExpand all lines: src/main/ipc-handlers/schema.ts
Copy file name to clipboardExpand all lines: src/main/libs/clients/BaseClient.ts
Copy file name to clipboardExpand all lines: src/main/libs/clients/FirebirdSQLClient.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit d912faa
File tree
Expand file treeCollapse file tree
8 files changed
+201
-107
lines changedFilter options
- src
- common/libs
- main
- ipc-handlers
- libs/clients
Expand file treeCollapse file tree
8 files changed
+201
-107
lines changedsrc/common/libs/querySplitter.ts
Copy file name to clipboardExpand all lines: src/common/libs/querySplitter.ts-86Lines changed: 0 additions & 86 deletions
This file was deleted.
src/common/libs/sqlUtils.ts
Copy file name to clipboardExpand all lines: src/common/libs/sqlUtils.ts+191-16Lines changed: 191 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
9 |
| - | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
15 | 16 |
| |
16 |
| - | |
17 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
18 | 161 |
| |
19 | 162 |
| |
20 | 163 |
| |
| |||
27 | 170 |
| |
28 | 171 |
| |
29 | 172 |
| |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
30 | 179 |
| |
31 | 180 |
| |
32 | 181 |
| |
| |||
38 | 187 |
| |
39 | 188 |
| |
40 | 189 |
| |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
41 | 197 |
| |
42 | 198 |
| |
43 | 199 |
| |
| |||
74 | 230 |
| |
75 | 231 |
| |
76 | 232 |
| |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
77 | 239 |
| |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
82 | 244 |
| |
83 | 245 |
| |
84 | 246 |
| |
| |||
165 | 327 |
| |
166 | 328 |
| |
167 | 329 |
| |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
168 | 336 |
| |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
175 | 343 |
| |
176 | 344 |
| |
177 | 345 |
| |
| |||
193 | 361 |
| |
194 | 362 |
| |
195 | 363 |
| |
196 |
| - | |
| 364 | + | |
197 | 365 |
| |
198 | 366 |
| |
199 | 367 |
| |
| |||
206 | 374 |
| |
207 | 375 |
| |
208 | 376 |
| |
209 |
| - | |
| 377 | + | |
210 | 378 |
| |
211 | 379 |
| |
212 | 380 |
| |
213 | 381 |
| |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
214 | 389 |
| |
215 | 390 |
| |
216 | 391 |
| |
|
src/main/ipc-handlers/schema.ts
Copy file name to clipboardExpand all lines: src/main/ipc-handlers/schema.ts+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
| 186 | + | |
186 | 187 |
| |
187 | 188 |
| |
188 | 189 |
| |
|
src/main/libs/clients/BaseClient.ts
Copy file name to clipboardExpand all lines: src/main/libs/clients/BaseClient.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
5 |
| - | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
src/main/libs/clients/FirebirdSQLClient.ts
Copy file name to clipboardExpand all lines: src/main/libs/clients/FirebirdSQLClient.ts+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
1036 | 1037 |
| |
1037 | 1038 |
| |
1038 | 1039 |
| |
1039 |
| - | |
| 1040 | + | |
1040 | 1041 |
| |
1041 | 1042 |
| |
1042 | 1043 |
| |
|
You can’t perform that action at this time.
0 commit comments