Skip to content

v2.2.4

Compare
Choose a tag to compare
@JanJakes JanJakes released this 25 Jul 16:48
· 31 commits to develop since this release
71e6e8d

What's Changed

  • New SQLite driver (experimental):
    • Add support for MySQL user variables by @JanJakes in #214
    • Add basic support for MySQL system variables by @JanJakes in #214
    • Add better support for SET statements by @JanJakes in #214
    • Add Query Monitor support by @JanJakes in #212 and #217
    • Add support for INFORMATION_SCHEMA.SCHEMATA table and SHOW DATABASES statement by @JanJakes in #213
    • Use utf8mb4_0900_ai_ci as the default collation as per MySQL 8 by @JanJakes in #213
    • Require using session database name and verify its value by @JanJakes in #213
    • Use correct MySQL-compatible result column names in all scenarios by @JanJakes in #214
    • Fix LIKE in SHOW COLUMN being applied to table name instead of column name by @JanJakes in #211
    • Add a test for more complex information schema queries by @JanJakes in #208

Full Changelog: v2.2.3...v2.2.4