fix(postgres): strip trailing semicolon on unlimited query path - #2490
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
Walkthrough
ChangesPostgres SQL normalization
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
505a0e1 to
2141cc6
Compare
dry_run and limited query already strip; unlimited execute did not.
2141cc6 to
f63bb9b
Compare
Summary
;on Postgres unlimitedquery()(same helper as LIMIT wrap / dry_run).Motivation
Unlimited path executed raw terminated SQL while limited/dry_run already stripped — inconsistent client paste behavior.
Verification
;(test fail)Files
Summary by CodeRabbit
Bug Fixes
Tests