We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug CREATE OR REPLACE TABLE is not recognized. The parser returns empty list.
To Reproduce I'm using "parse_from_file()". The DDL is from Snowflake DB. Example of not working DDL:
create or replace table someTable ( someField varchar(4) );
Expected behaviour See correct output.
The text was updated successfully, but these errors were encountered:
@devxor hi! thanks for reporting the issue, I merged fix #132 & already released it in version 0.26.3 - https://pypi.org/project/simple-ddl-parser/ . test added: https://github.com/xnuinside/simple-ddl-parser/blob/main/tests/test_simple_ddl_parser.py#L2625. If will be any new issues - fill free to open the new ticket
Sorry, something went wrong.
No branches or pull requests
Describe the bug
CREATE OR REPLACE TABLE is not recognized. The parser returns empty list.
To Reproduce
I'm using "parse_from_file()". The DDL is from Snowflake DB.
Example of not working DDL:
Expected behaviour
See correct output.
The text was updated successfully, but these errors were encountered: