fix(duckdb): strip trailing semicolon on unlimited query path#2489
fix(duckdb): strip trailing semicolon on unlimited query path#2489Bartok9 wants to merge 1 commit into
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
ChangesDuckDB query semicolon handling
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related issues
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 |
Unlimited execute previously retained terminating ; while the LIMIT wrap path already stripped. Normalize both paths.
abcb3d9 to
de4063d
Compare
Summary
;for DuckDB limited and unlimitedquery()paths.Motivation
Clients paste terminated SQL. LIMIT path stripped; unlimited did not, so behavior depended on limit presence.
Verification
;(test fail)Files
Summary by CodeRabbit
Bug Fixes
Tests