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

CREATE TABLE LIKE MySQL DDL #928

Open
subkanthi opened this issue Nov 21, 2024 · 0 comments
Open

CREATE TABLE LIKE MySQL DDL #928

subkanthi opened this issue Nov 21, 2024 · 0 comments
Labels
dev-complete Development completed integration test Integration tests mysql
Milestone

Comments

@subkanthi
Copy link
Collaborator

 python db_load/mysql_parser/mysql_parser.py create_like.sql
2024-11-21 13:53:33,397 - root - MainThread - INFO - source = CREATE TABLE temp_ref_account LIKE temp_ref_account_old

2024-11-21 13:53:33,530 - root - MainThread - DEBUG - (sqlStatements (sqlStatement (ddlStatement (createTable CREATE TABLE (tableName (fullId (uid (simpleId temp_ref_account)))) LIKE (tableName (fullId (uid (simpleId temp_ref_account_old))))))))
2024-11-21 13:53:33,530 - root - MainThread - INFO - target =
@subkanthi subkanthi added this to the 2.5.0 milestone Nov 21, 2024
@subkanthi subkanthi changed the title python db_load not translating CREATE TABLE LIKE MySQL DDL CREATE TABLE LIKE MySQL DDL Nov 21, 2024
@subkanthi subkanthi added integration test Integration tests dev-complete Development completed labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-complete Development completed integration test Integration tests mysql
Projects
None yet
Development

No branches or pull requests

1 participant