Skip to content

Releases: gwenn/lemon-rs

0.15.0

26 May 08:18

Choose a tag to compare

What's Changed

  • Fix clippy warnings #82
  • Extra checks #56
  • Tokens #85
  • Replace str::from_utf8_unchecked with String:from_utf8_lossy #87
  • Use Box instead of String in AST #88

Full Changelog: v0.14.0...v0.15.0

0.14.0

19 Jan 13:28

Choose a tag to compare

What's Changed

  • Fix direct-minimal-versions #61
  • Fix and activate by default NDEBUG feature #62
  • Fix Token type #63
  • Fix sql_cmds example #64
  • Fix typos #67
  • Use #[expect(lint)] where possible #68
  • MSRV #71
  • Fix bench labels #75
  • Changed yystack from Vec::new() to Vec::with_capacity(YYSTACKDEPTH) #76
  • Boxed Select #80

New Contributors

Full Changelog: v0.13.0...v0.14.0

0.13.0

20 Jul 11:35

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

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

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

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

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

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

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

Choose a tag to compare

What's Changed

New Contributors

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