What's Changed
- New SQLite driver (experimental):
- Add support for
SHOW FULL COLUMNSby @JanJakes in #309 - Add support for
DEFAULT (expression)in column definitions by @wojtekn and @JanJakes in #306 - Implement PDO API foundations by @JanJakes in #291
- Fix implicit result column name/alias for
SELECTitem literals withNULLbytes by @JanJakes in #314 - Handle incorrectly stored MySQL metadata in the legacy-to-AST driver migrator by @JanJakes in #312
- Add a require statement for back compatibility by @JanJakes in #311
- Add support for
- Pin Gutenberg plugin version for tests to prevent WP compatibility failures by @JanJakes in #310
- Update PHPUnit to fix security advisory error (PKSA-z3gr-8qht-p93v) by @JanJakes in #313
- Clarify WordPress query handling with SQLite integration by @Nitinrev787 in #305
New Contributors
- @Nitinrev787 made their first contribution in #305
Full Changelog: v2.2.16...v2.2.17