Skip to content

v2.2.16

Latest

Choose a tag to compare

@JanJakes JanJakes released this 15 Jan 16:01
· 7 commits to develop since this release
5a5c7b9

What's Changed

  • New SQLite driver (experimental):
    • Improve transaction behavior compatibility, add PDO-like APIs by @JanJakes in #294
    • Fix incorrect column names for string literals without alias by @JanJakes in #296
    • Fix missing table name column in SHOW CREATE TABLE statement by @JanJakes in #295
    • Bootstrap for PDO API implementation by @JanJakes in #297
    • Allow AUTOINCREMENT with compound PRIMARY KEY by @JanJakes in #301
    • Improve compatibility with legacy SQLite versions by @JanJakes in #302
  • Bump "Tested up to" plugin header by @JanJakes in #304

Full Changelog: v2.2.15...v2.2.16