CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 17:09:36 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/neo4j/neo4j-javascript-driver.git
etag: W/"28404e50a3b501c0f0b01058cbb65e61"
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=B0PMbWCk%2FqxicPfe6whUR5y6jNE%2F%2BrHkuh7SclSUc6f%2FyiGn6nZwVeZS8QaqZ6RBPe%2BWO%2F6vqgKs37Q6WVEtmm9fjitf4VGxhPYngI%2BSvOCw%2BXgvv%2BPYM3sUzM0e7STkhCZyZX2AH7Bc%2Br0kbzoT3wjqXrxOiNAdjoy6aP9WpMJZQDNUJWv2dl3BpjXxiMRP7YQx2LqC8B6CSaKzUf0TCbRI6VsBJkd6rFIbyYGYOWsEWkuiBuEoseagh6F0T7FzWC23qfgrsD5wLIXmv36U5w%3D%3D--un%2B9V85zujrggSa%2F--rJjOAGSuuVOwsT%2Btu0%2FGgQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1499587469.1753204175; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 17:09:35 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 17:09:35 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: BF3E:2FD58:1E39B5:23672E:687FC5CF
Driver.executeQuery optimization (#1124) · neo4j/neo4j-javascript-driver@5efc5c7 · GitHub
Copy file name to clipboardExpand all lines: packages/core/src/driver.ts
Copy file name to clipboardExpand all lines: packages/core/src/internal/query-executor.ts
Copy file name to clipboardExpand all lines: packages/core/src/internal/transaction-executor.ts
Copy file name to clipboardExpand all lines: packages/core/src/session.ts
Copy file name to clipboardExpand all lines: packages/core/test/internal/query-executor.test.ts
Copy file name to clipboardExpand all lines: packages/core/test/session.test.ts
Copy file name to clipboardExpand all lines: packages/neo4j-driver-deno/lib/core/driver.ts
Copy file name to clipboardExpand all lines: packages/neo4j-driver-deno/lib/core/internal/query-executor.ts
Copy file name to clipboardExpand all lines: packages/neo4j-driver-deno/lib/core/internal/transaction-executor.ts
Copy file name to clipboardExpand all lines: packages/neo4j-driver-deno/lib/core/session.ts
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit 5efc5c7
File tree
Expand file treeCollapse file tree
12 files changed
+476
-329
lines changedFilter options
- packages
- core
- src
- internal
- test
- internal
- neo4j-driver-deno/lib/core
- internal
- neo4j-driver/test/internal
- testkit-backend/src/feature
Expand file treeCollapse file tree
12 files changed
+476
-329
lines changedpackages/core/src/driver.ts
Copy file name to clipboardExpand all lines: packages/core/src/driver.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
447 |
| - | |
| 447 | + | |
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
|
packages/core/src/internal/query-executor.ts
Copy file name to clipboardExpand all lines: packages/core/src/internal/query-executor.ts+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
|
packages/core/src/internal/transaction-executor.ts
Copy file name to clipboardExpand all lines: packages/core/src/internal/transaction-executor.ts+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| |||
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
| 68 | + | |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
| |||
154 | 156 |
| |
155 | 157 |
| |
156 | 158 |
| |
157 |
| - | |
| 159 | + | |
| 160 | + | |
158 | 161 |
| |
159 | 162 |
| |
160 | 163 |
| |
| |||
192 | 195 |
| |
193 | 196 |
| |
194 | 197 |
| |
195 |
| - | |
| 198 | + | |
196 | 199 |
| |
197 | 200 |
| |
198 | 201 |
| |
| |||
215 | 218 |
| |
216 | 219 |
| |
217 | 220 |
| |
218 |
| - | |
| 221 | + | |
219 | 222 |
| |
220 | 223 |
| |
221 | 224 |
| |
|
packages/core/src/session.ts
Copy file name to clipboardExpand all lines: packages/core/src/session.ts+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
590 | 599 |
| |
591 | 600 |
| |
592 | 601 |
| |
|
packages/core/test/internal/query-executor.test.ts
Copy file name to clipboardExpand all lines: packages/core/test/internal/query-executor.test.ts+35-3Lines changed: 35 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
89 | 104 |
| |
90 | 105 |
| |
91 | 106 |
| |
| |||
213 | 228 |
| |
214 | 229 |
| |
215 | 230 |
| |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
216 | 246 |
| |
217 | 247 |
| |
218 | 248 |
| |
| |||
316 | 346 |
| |
317 | 347 |
| |
318 | 348 |
| |
319 |
| - | |
| 349 | + | |
320 | 350 |
| |
321 | 351 |
| |
322 | 352 |
| |
| |||
329 | 359 |
| |
330 | 360 |
| |
331 | 361 |
| |
332 |
| - | |
| 362 | + | |
333 | 363 |
| |
334 | 364 |
| |
335 | 365 |
| |
336 | 366 |
| |
337 | 367 |
| |
338 | 368 |
| |
339 | 369 |
| |
340 |
| - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
341 | 373 |
| |
342 | 374 |
| |
343 | 375 |
| |
|
packages/core/test/session.test.ts
Copy file name to clipboardExpand all lines: packages/core/test/session.test.ts+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
1150 | 1151 |
| |
1151 | 1152 |
| |
1152 | 1153 |
| |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
1153 | 1173 |
| |
1154 | 1174 |
| |
1155 | 1175 |
| |
|
packages/neo4j-driver-deno/lib/core/driver.ts
Copy file name to clipboardExpand all lines: packages/neo4j-driver-deno/lib/core/driver.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
447 |
| - | |
| 447 | + | |
448 | 448 |
| |
449 | 449 |
| |
450 | 450 |
| |
|
packages/neo4j-driver-deno/lib/core/internal/query-executor.ts
Copy file name to clipboardExpand all lines: packages/neo4j-driver-deno/lib/core/internal/query-executor.ts+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
|
packages/neo4j-driver-deno/lib/core/internal/transaction-executor.ts
Copy file name to clipboardExpand all lines: packages/neo4j-driver-deno/lib/core/internal/transaction-executor.ts+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| |||
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
| 68 | + | |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
| |||
154 | 156 |
| |
155 | 157 |
| |
156 | 158 |
| |
157 |
| - | |
| 159 | + | |
| 160 | + | |
158 | 161 |
| |
159 | 162 |
| |
160 | 163 |
| |
| |||
192 | 195 |
| |
193 | 196 |
| |
194 | 197 |
| |
195 |
| - | |
| 198 | + | |
196 | 199 |
| |
197 | 200 |
| |
198 | 201 |
| |
| |||
215 | 218 |
| |
216 | 219 |
| |
217 | 220 |
| |
218 |
| - | |
| 221 | + | |
219 | 222 |
| |
220 | 223 |
| |
221 | 224 |
| |
|
packages/neo4j-driver-deno/lib/core/session.ts
Copy file name to clipboardExpand all lines: packages/neo4j-driver-deno/lib/core/session.ts+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
590 | 599 |
| |
591 | 600 |
| |
592 | 601 |
| |
|
You can’t perform that action at this time.
0 commit comments