Skip to content

chore(ts-client): 0.5.0 — $N parameter binding#87

Merged
zvndev merged 1 commit into
mainfrom
chore/ts-client-0.5.0
Jun 10, 2026
Merged

chore(ts-client): 0.5.0 — $N parameter binding#87
zvndev merged 1 commit into
mainfrom
chore/ts-client-0.5.0

Conversation

@zvndev

@zvndev zvndev commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Bumps @zvndev/powdb-client to 0.5.0 for the $N parameter-binding feature shipped in PowDB v0.4.7.

  • client.query(powql, params) — positional values bound to $1, $2, … via the new QueryWithParams (0x04) wire message; bound at the token level on the server, so injection-inert and byte-faithful.
  • Requires server ≥0.4.7. Plain query(powql) unchanged for 0.3.x–0.4.x.
  • 57/57 client tests pass, including the param-binding suite (injection-shaped strings stored byte-faithfully; null/bool/int/float binding; legacy no-param path).

🤖 Generated with Claude Code

…, params)

QueryWithParams (0x04) wire message; requires server >=0.4.7. Plain
query(powql) unchanged for 0.3.x-0.4.x servers. 57/57 client tests pass
incl injection-faithful param binding.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@zvndev zvndev merged commit 0001c33 into main Jun 10, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant