Skip to content

Make the new driver the default #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JanJakes opened this issue Jun 2, 2025 · 0 comments
Open

Make the new driver the default #195

JanJakes opened this issue Jun 2, 2025 · 0 comments

Comments

@JanJakes
Copy link
Collaborator

JanJakes commented Jun 2, 2025

Currently, the new AST-based SQLite driver is behind a feature flag (constant WP_SQLITE_AST_DRIVER).

Once we're confident, we can switch to it by default, we can make the default behavior for when the WP_SQLITE_AST_DRIVER constant is not defined to be the same as define( 'WP_SQLITE_AST_DRIVER', true );.

When this is done, search for WP_SQLITE_AST_DRIVER in the Playground repo and remove any explicit definitions of the constant.

Later on, we'll remove the old driver entirely, but that is not the aim of this ticket.

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

No branches or pull requests

1 participant