Commit f6a1243
fix(spec): update IN array test to reflect single-param binding
bind() passes the whole array as one positional parameter ($2), not one
param per element. This is correct: "name IN $2" with $2 = ["Alice","Bob"]
is valid N1QL and produces a single prepared-statement shape regardless
of array length, which is the caching goal of this PR.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5093252 commit f6a1243
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
| 358 | + | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
0 commit comments