We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once all our repositories' tests fully pass when running against SQLite, we should remove the continue-on-error line for them.
continue-on-error
Main blockers there are db-command and search-replace-command, which require a lot of work for full SQLite compatibility. Also cache-command.
In other commands we adapted most tests and overall setup already.
Related:
CUSTOM_USER_TABLE
wp db
The text was updated successfully, but these errors were encountered:
@require-mysql
No branches or pull requests
Once all our repositories' tests fully pass when running against SQLite, we should remove the
continue-on-error
line for them.Main blockers there are db-command and search-replace-command, which require a lot of work for full SQLite compatibility. Also cache-command.
In other commands we adapted most tests and overall setup already.
Related:
CUSTOM_USER_TABLE
compatibility core-command#244wp db
commands db-command#234The text was updated successfully, but these errors were encountered: