Skip to content

Releases: protegrity/sql-glot-rust

v0.10.9

Choose a tag to compare

@github-actions github-actions released this 02 Jul 15:46

Full Changelog: v0.10.8...v0.10.9

v0.10.8

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:36

Full Changelog: v0.10.7...v0.10.8

v0.10.7

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:29

Full Changelog: v0.10.6...v0.10.7

v0.10.6

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:24

Full Changelog: v0.10.5...v0.10.6

v0.10.5

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:36

Full Changelog: v0.10.4...v0.10.5

v0.10.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 16:22

Full Changelog: v0.10.3...v0.10.4

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 21 Jun 13:02

Full Changelog: v0.10.2...v0.10.3

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 17 Jun 17:24

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

Choose a tag to compare

@yigalrozenberg yigalrozenberg released this 05 Jun 12:13

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

Choose a tag to compare

@yigalrozenberg yigalrozenberg released this 03 Jun 16:53

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