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 SHOW TABLE STATUS #75

Closed adamziel closed 2 months ago

adamziel commented 4 months ago

Any query that depends on getting data from information_schema is not returning anything; queries that use 'SHOW TABLE STATUS' also broken, and I noticed some normal queries that use group are returning no results.

More context in https://github.com/WordPress/wordpress-playground/issues/663