Skip to content

[WIP] Fix variable binding in subquery for UPDATE statement - #2534

Draft
mathiasrw with Copilot wants to merge 2 commits into
developfrom
copilot/cant-access-params-from-subquery
Draft

[WIP] Fix variable binding in subquery for UPDATE statement#2534
mathiasrw with Copilot wants to merge 2 commits into
developfrom
copilot/cant-access-params-from-subquery

Conversation

Copilot AI commented Aug 25, 2026

Copy link
Copy Markdown
Contributor
  • Inspect CONTRIBUTING.md and locate UPDATE/subquery parameter handling code
  • Add regression test test/test684.js for parameter binding in UPDATE with subquery
  • Implement minimal fix in src/ so UPDATE subqueries receive bound params
  • Run targeted tests for the new regression
  • Run yarn format for changed files
  • Run final review/security checks and report results

Co-authored-by: mathiasrw <1063454+mathiasrw@users.noreply.github.com>
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.

Cant access params from subquery when UPDATE'ing

2 participants