Skip to content

Conversation

@JanJakes
Copy link
Member

@JanJakes JanJakes commented May 30, 2025

Here's the changelog:

  • The plugin now requires PHP 7.2 or newer.
  • The plugin now supports PHP 8.4.
  • The plugin now requires only PDO and PDO SQLite. The SQLite3 PHP extension is no longer required.
  • Added support for information schema queries with WHEREORDER BY, and AS.
  • Fixed error when a column name equals a keyword name (e.g., a column named timestamp).
  • New SQLite driver for advanced MySQL compatibility (experimental):
    • The new driver can be enabled using define( 'WP_SQLITE_AST_DRIVER', true );.
    • Advanced support of the MySQL syntax.
    • Advanced support for subqueries.
    • Advanced support for UNION and UNION ALL operators.
    • Advanced support for SHOW and DESCRIBE statements.
    • Advanced support for INFORMATION_SCHEMA tables.
    • Advanced support for TEMPORARY tables.
    • Advanced support for table administration statements (TRUNCATEANALYZECHECK OPTIMIZEREPAIR).
    • Support for STRICT_TRANS_TABLES and STRICT_ALL_TABLES SQL modes.
    • Support for NO_BACKSLASH_ESCAPES SQL mode.
    • Support for USE <database> statement for the main database and INFORMATION_SCHEMA.
    • Automatic migration of databases created with the legacy driver.
    • The driver is tested against the WordPress PHPUnit test suite, passing most of the tests.
    • The driver requires SQLite 3.37.0 or newer.

@JanJakes JanJakes requested review from adamziel and bgrgicak May 30, 2025 13:56
@adamziel
Copy link
Collaborator

The plugin no longer requires PHP SQLite3 extension.

Wait, how? :o

Copy link
Collaborator

@adamziel adamziel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog weirdness aside, it looks good. Thank you!

@JanJakes
Copy link
Member Author

Wait, how? :o

I mean the SQLite3 extension; PDO and PDO SQLite are still required. I should probably rephrase that to be more clear.

@JanJakes JanJakes merged commit 7bb1d85 into develop Jun 2, 2025
12 checks passed
@JanJakes JanJakes deleted the update-version branch June 2, 2025 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants