sqlite-database-integration
sqlite-database-integration copied to clipboard
Feature Plugin to add SQLite support to WordPress. Under Development.
The current query translation approach is rather minimalist, handling some differences between MySQL and SQLite, while leaving other/unknown syntax to fall to default translation handling and relying on the SQL...
Review strings escaping in the MySQL lexer and SQLite driver, and add a comprehensive test suite. 1. Verify string literal escaping (https://github.com/Automattic/sqlite-database-integration/pull/1#discussion_r1935826325). 2. Add a comprehensive test suite (https://github.com/Automattic/sqlite-database-integration/pull/1#discussion_r1935822420). 3....
Historically, the API of `WP_SQLite_Driver::query()` is the following: ```php /** * @param string $query Full SQL statement string. * @param int $fetch_mode PDO fetch mode. Default is PDO::FETCH_OBJ. * @param...
https://github.com/WordPress/sqlite-database-integration/pull/164#discussion_r1856183561