Skip to content

refactor(storage): build mobile-command ack IN-lists with sqlx QueryBuilder#71

Merged
ovasylenko merged 1 commit into
mainfrom
harden/mobile-ack-querybuilder
Jun 10, 2026
Merged

refactor(storage): build mobile-command ack IN-lists with sqlx QueryBuilder#71
ovasylenko merged 1 commit into
mainfrom
harden/mobile-ack-querybuilder

Conversation

@ovasylenko

Copy link
Copy Markdown
Contributor

Replaces format!-assembled placeholder SQL with sqlx::QueryBuilder + push_bind in both backends' mobile-command ack paths. Values were already bound in the old code, so this is hardening and consistency, not a live injection fix.

Validated against current main: full workspace suite 3648 passed; cargo clippy -p orch8-storage -D warnings clean. Supersedes the stale Sentinel PR #52 (same fix, plus #52 only adds an import reshuffle).

🤖 Generated with Claude Code

…uilder

Replaces format!-assembled placeholder SQL with QueryBuilder push_bind in
both backends — values were already bound, so this is hardening and
consistency, not a live injection fix.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.

1 participant