Skip to content

Releases: gwenn/lemon-rs

0.13.0

20 Jul 11:35
Compare
Choose a tag to compare

What's Changed

  • Fix JOIN parsing #37
  • Implement sqlite3_stmt_readonly and sqlite3_column_count #38
  • Bump env_logger version to 0.11 #41
  • Make possible to perform extra consistency checks #39
  • Fix panic on unknown table option #46
  • Panic on missing join clause #47
  • Fix panic with CAST without type name #48
  • Fix exponential_part parsing #49
  • Use Uncased for Name #50
  • Use IndexMap for column definitions #51
  • Dequote column name #52
  • Fix clippy warnings #54
  • Merge changes from SQLite official repository #55
  • Extra check #53
  • Merge changes from SQLite official repository #58
  • Remove SmallVec #59
  • Improve parser creation performance. #57

Full Changelog: v0.12.0...v0.13.0

0.12.0

11 Nov 14:26
Compare
Choose a tag to compare

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

0.11.0

21 Aug 17:39
Compare
Choose a tag to compare

Revert "Add rust_variable feature"

Full Changelog: v0.10.0...v0.11.0

0.10.0

20 Aug 08:28
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.9.0...v0.10.0

0.9.0

10 Jun 09:41
Compare
Choose a tag to compare
  • Merge changes from SQLite official repository
  • Bump fallible-iterator version to 0.3
  • Test virtual table args
  • Fix build error on Windows

Full Changelog: v0.8.0...v0.9.0

0.8.0

02 May 16:06
Compare
Choose a tag to compare

What's Changed

  • Fix virtual table arguments by @gwenn in #32

Full Changelog: v0.7.0...v0.8.0

0.7.0

16 Apr 14:09
Compare
Choose a tag to compare

What's Changed

  • Update bitflags requirement from 1.3 to 2.0 by @dependabot in #27
  • Do not panic on unsupported JOIN type by @gwenn in #28
  • Drop support of buf_redux / streaming input by @gwenn in #26
  • Fix cross compile builds by @dmzmk in #29

New Contributors

Full Changelog: v0.6.0...v0.7.0

0.6.0

13 Feb 17:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

0.5.0

04 Dec 09:58
Compare
Choose a tag to compare
  • 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: v0.4.0...v0.5.0

0.4.0

28 May 16:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.4.0