Skip to content
New issue

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

Support SHOW CREATE TABLE #74

Open
adamziel opened this issue Feb 7, 2024 · 0 comments
Open

Support SHOW CREATE TABLE #74

adamziel opened this issue Feb 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@adamziel
Copy link
Collaborator

adamziel commented Feb 7, 2024

WordPress/playground-tools#154 introduces a "clone my site in WordPress Playground" feature. A part of it is dumping the entire database into an SQL file and then running the file in a WordPress Playground instance.

At the moment, it's broken because the SHOW CREATE TABLE query isn't supported yet and yields an error:

MySQL query:

SHOW CREATE TABLE `_mysql_data_types_cache`

Queries made or created this session were:

Executing: BEGIN | (no parameters)
Executing: ROLLBACK | (no parameters)
Error occurred at line 3378 in Function handle_error. Error message was: Unknown show type: CREATE TABLE.
@adamziel adamziel added the enhancement New feature or request label Feb 7, 2024
@adamziel adamziel changed the title Support SHOW CREATE TABLE. Support SHOW CREATE TABLE Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant