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 TABLEstatement by @JanJakes in #295 - Bootstrap for PDO API implementation by @JanJakes in #297
- Allow
AUTOINCREMENTwith compoundPRIMARY KEYby @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