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
SQLite support may come to WordPress and Simple History must support it if that happens.
But let's wait a bit and see how development of feature plugin goes before implementing anything.
More info:
To check for sqlite feature plugin:
define( 'DATABASE_TYPE', 'sqlite' );
define( 'DB_ENGINE', 'sqlite' );
The text was updated successfully, but these errors were encountered:
Maybe this should be prioritized because the preview playground uses sqlite and therefor simple history does not show any history: https://playground.wordpress.net/?plugin=simple-history
Sorry, something went wrong.
No branches or pull requests
SQLite support may come to WordPress and Simple History must support it if that happens.
But let's wait a bit and see how development of feature plugin goes before implementing anything.
More info:
To check for sqlite feature plugin:
define( 'DATABASE_TYPE', 'sqlite' );
define( 'DB_ENGINE', 'sqlite' );
The text was updated successfully, but these errors were encountered: