Releases: protegrity/sql-glot-rust
Releases · protegrity/sql-glot-rust
Release list
v0.10.9
Full Changelog: v0.10.8...v0.10.9
v0.10.8
v0.10.7
v0.10.6
v0.10.5
v0.10.4
v0.10.3
v0.10.2
What's Changed
- fix(parser): accept OFFSET-before-LIMIT in set-operation tail (CR-013) by @yigalrozenberg in #21
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Changes
- Improve PostgreSQL acceptance: tolerant ON CONFLICT expression targets (expressions, COLLATE, opclass modifiers) and broader geometric/operator-sequence handling (
<<|,&<|,^@, etc.) - Add parser regression tests for new PostgreSQL cases
- Update benchmark README snapshot: 97.65% total acceptance (304270/311594), panics 0
- Sync src/ architecture listing and dependency version in README
What's Changed
- Improve PostgreSQL acceptance and sync README benchmark snapshot by @yigalrozenberg in #20
Full Changelog: v0.10.0...v0.10.1
v0.10.0
CR-012: benchmark-driven parser & tokenizer gap closure.
See PR #19 and commit 36a02c1 for details. Minor bump because Statement, BinaryOperator, and Expr::Function gain new public variants/fields.
What's Changed
- fix(parser): close CR-012 benchmark-driven parser/tokenizer gaps by @yigalrozenberg in #19
Full Changelog: v0.9.37...v0.10.0