| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Test Results136 tests +3 136 ✅ +3 0s ⏱️ ±0s Results for commit 6e2c34d. ± Comparison against base commit 410507e. ♻️ This comment has been updated with latest results. |
Sorry, something went wrong.
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Features
a fully dialect-aware DELETE FROM … WHERE … statement, including proper identifier quoting per dialect.
Improvements
is set on the query.
DELETE to remain ANSI-compliant.
subclasses can reuse the shared WHERE rendering logic.
Tests
LIMIT behaviour across all three dialects, and IN placeholder generation.
Chores
Dialect-aware DELETE rendering subsection with code examples for all three dialects.