Skip to content

v2.2.17

Latest

Choose a tag to compare

@JanJakes JanJakes released this 02 Feb 09:02
· 2 commits to trunk since this release
bfbd487

What's Changed

  • New SQLite driver (experimental):
    • Add support for SHOW FULL COLUMNS by @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 SELECT item literals with NULL bytes 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
  • 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

Full Changelog: v2.2.16...v2.2.17