Lemon Rs Versions Save

LALR(1) parser generator for Rust based on Lemon + SQL parser

v0.12.0

6 months ago

Merge changes from SQLite official repository. Mainly, Aggregate functions can now include an ORDER BY clause after their last parameter.

v0.11.0

8 months ago

Revert "Add rust_variable feature"

Full Changelog: https://github.com/gwenn/lemon-rs/compare/v0.10.0...v0.11.0

v0.10.0

8 months ago

What's Changed

  • Bump indexmap version
  • Remove assert that is triggered for trailing semicolons #35
  • Add rust_variable feature

Full Changelog: https://github.com/gwenn/lemon-rs/compare/v0.9.0...v0.10.0

v0.9.0

11 months ago
  • Merge changes from SQLite official repository
  • Bump fallible-iterator version to 0.3
  • Test virtual table args
  • Fix build error on Windows

Full Changelog: https://github.com/gwenn/lemon-rs/compare/v0.8.0...v0.9.0

v0.8.0

1 year ago

What's Changed

Full Changelog: https://github.com/gwenn/lemon-rs/compare/v0.7.0...v0.8.0

v0.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gwenn/lemon-rs/compare/v0.6.0...v0.7.0

v0.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gwenn/lemon-rs/compare/v0.5.0...v0.6.0

v0.5.0

1 year ago
  • Upgrade to phf 0.11
  • Fix ParameterInfo
  • Check for duplicate column name in CREATE TABLE body
  • Check for duplicate WITH table name
  • Upgrade env_logger
  • Use indexmap for parameters

Full Changelog: https://github.com/gwenn/lemon-rs/compare/v0.4.0...v0.5.0

v0.4.0

1 year ago

v0.2.0

3 years ago
  • Copy benchmarking from sqlparser-rs
  • Use TokenStream to count parameters/variables