Skip to content
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

SQLite: Support PHPUnit test suite #644

Closed
adamziel opened this issue Feb 5, 2023 · 2 comments
Closed

SQLite: Support PHPUnit test suite #644

adamziel opened this issue Feb 5, 2023 · 2 comments
Labels
[Plugin] Performance Lab Issue relates to work in the Performance Lab Plugin only [Type] Bug An existing feature is broken

Comments

@adamziel
Copy link

adamziel commented Feb 5, 2023

Description

#547 added SQLite support through the aaemnnosttv/wp-sqlite-db drop-in database plugin which rewrites MySQL queries to SQLite queries. Unfortunately, many MySQL queries are unsupported at the moment and a lot of WordPress unit tests fail.

Let's find a way to support all the MySQL queries that can be translated to SQLite.

cc @aristath @felixarntz

@adamziel adamziel added the [Type] Bug An existing feature is broken label Feb 5, 2023
@felixarntz
Copy link
Member

The SQLite module will be removed from Performance Lab in the upcoming release, see #737 for additional context. As such, please report this issue in the standalone plugin repository instead.

@adamziel
Copy link
Author

@felixarntz GitHub has a Transfer Issue feature which allows you to move issues to other repositories without losing the conversation or having to re-create them. It would be handy for keeping a continuity of all the SQLite-related issues. cc @aristath

@felixarntz felixarntz added the [Plugin] Performance Lab Issue relates to work in the Performance Lab Plugin only label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Plugin] Performance Lab Issue relates to work in the Performance Lab Plugin only [Type] Bug An existing feature is broken
Projects
None yet
Development

No branches or pull requests

3 participants