Skip to content

v2.2.14

Latest

Choose a tag to compare

@JanJakes JanJakes released this 06 Nov 16:35
e46ad75

What's Changed

  • New SQLite driver (experimental):
    • Support fully qualified table names in all statement types by @JanJakes in #270
    • Implement column metadata for SHOW, EXPLAIN/DESCRIBE, ANALYZE, CHECK, OPTIMIZE, REPAIR by @JanJakes in #271
    • Implement INSERT and UPDATE value type casting by @JanJakes in #276
    • Emulate the VERSION() function in the SQLite driver by @JanJakes in #281
    • Fix deprecation warnings, report them in tests by @JanJakes in #280
    • Apply type casting and implicit defaults to ON DUPLICATE KEY UPDATE clause by @JanJakes in #282
    • Support LIKE/WHERE clauses in all SHOW statements by @JanJakes in #286
    • Fix INSERT ... SELECT ... edge case in non-strict mode by @JanJakes in #285

Full Changelog: v2.2.13...v2.2.14