WordPress / sqlite-database-integration

Feature Plugin to add SQLite support to WordPress. Under Development.
GNU General Public License v2.0
202 stars 30 forks source link

Support FORCE INDEX queries #95

Closed adamziel closed 2 months ago

adamziel commented 2 months ago

Adds support for a legacy MySQL syntax where SELECT queries can contain FORCE INDEX keywords. It forces the database to use an index when it otherwise wouldn't. With this PR, the SQLite query translator will ignore that part of the query.

Closes #45

Testing instructions

Confirm the unit tests pass:

php ./vendor/bin/phpunit -c ./phpunit.xml.dist