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,REPAIRby @JanJakes in #271 - Implement
INSERTandUPDATEvalue 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 UPDATEclause by @JanJakes in #282 - Support
LIKE/WHEREclauses in allSHOWstatements 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