Skip to content

3.3.0

Compare
Choose a tag to compare
@coleifer coleifer released this 24 Apr 21:25
· 1224 commits to master since this release
  • Added support for SQLite's new ON CONFLICT clause, which is modelled on the syntax used by Postgresql and will be available in SQLite 3.24.0 and onward.
  • Added better support for using common table expressions and a cleaner way of implementing recursive CTEs, both of which are also tested with integration tests (as opposed to just checking the generated SQL).
  • Modernized the CI environment to utilize the latest MariaDB features, so we can test window functions and CTEs with MySQL (when available).
  • Reorganized and unified the feature-flags in the test suite.

View commits