You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Remove the legacy, token-based MySQL-to-SQLite translator and the
\`WP_SQLITE_AST_DRIVER\` feature flag. The AST-based driver is now the
only driver.
### Changes
- Delete 6 legacy driver files (~8,700 lines) and 7 legacy test files
(~5,000 lines), along with the root \`phpunit.xml.dist\` and
\`composer.json\` test command.
- Remove \`WP_SQLITE_AST_DRIVER\` conditionals and
\`WP_SQLite_Translator\` branches from \`class-wp-sqlite-db.php\`,
\`admin-page.php\`, \`constants.php\`, \`wp-mysql-proxy.php\`, and
\`phpcs.xml.dist\`.
- Remove legacy driver CI test step and unused \`phpunit-config\`
workflow parameter.
- Remove DB_NAME fallback in \`db.php\` that was kept for legacy driver
compatibility.
- Fix dead \`get_error_message()\` call in \`install-functions.php\`
left over from the legacy driver API.
- Update docs to reflect the removal (\`AGENTS.md\`, \`README.md\`,
\`readme.txt\`).
## Test plan
- [x] New driver tests pass (635 tests)
- [x] PHPCS clean
- [x] CI passes
---------
Co-authored-by: Ashish Kumar <[email protected]>
Copy file name to clipboardExpand all lines: packages/plugin-sqlite-database-integration/readme.txt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ SQLite integration plugin by the WordPress Team.
15
15
16
16
The SQLite plugin is a community, feature plugin. The intent is to allow testing an SQLite integration with WordPress and gather feedback, with the goal of eventually landing it in WordPress core.
17
17
18
-
This feature plugin includes code from the PHPMyAdmin project (specifically parts of the PHPMyAdmin/sql-parser library), licensed under the GPL v2 or later. More info on the PHPMyAdmin/sql-parser library can be found on [GitHub](https://github.com/phpmyadmin/sql-parser).
0 commit comments