Skip to content

v2.2.13

Latest

Choose a tag to compare

@JanJakes JanJakes released this 22 Oct 15:46
· 21 commits to develop since this release
b388ebb

What's Changed

  • New SQLite driver (experimental):
    • Add support for INSERT INTO ... SET ... syntax by @JanJakes in #273
    • Add support for dynamic database names by @JanJakes in #266
    • Add support for @@version and @@version_comment system variables by @JanJakes in #269
    • Add support for INFORMATION_SCHEMA.CHARACTER_SETS and INFORMATION_SCHEMA.COLLATIONS tables by @JanJakes in #269
    • Add support for SHOW COLLATIONS statement by @JanJakes in #269
    • Improve CAST expression handling by @JanJakes in #269
    • Fix USE statement when switching back to the main database by @JanJakes in #269
    • Fix "Expression tree is too large" for strings with large number of NULL bytes by @JanJakes in #274

Full Changelog: v2.2.12...v2.2.13