WordPress / sqlite-database-integration

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

Bugfixes in SHOW CREATE TABLE and SHOW TABLES #117

Closed adamziel closed 3 months ago

adamziel commented 3 months ago

Fixes a series of crashes encountered when

'SHOW CREATETABLE `_tmp_table`;'

This PR makes the Sandbox site plugin work in Playground

cc @bgrgicak @brandonpayton @wojtekn

adamziel commented 3 months ago

This solves a real problem so I'll go ahead and merge, but let's revisit in case there's more to SHOW TABLES and returning a flat list. Also, GitHub says all checks are still in progress when I can see they passed:

CleanShot 2024-06-06 at 01 24 38@2x