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
Following create table statement is not recognized by the parser, which is valid statement for Oracle database.
from simple_ddl_parser import DDLParser DDLParser("create table test ( col varchar2(30 char) default user not null);").run()
result is empty list.
python version 3.9.5 simple-ddl-parser==0.29.0
The text was updated successfully, but these errors were encountered:
@ancc hi! thanks for opening the issue, sorry for the delay with answer. I released fix in version 0.29.1 and added the test https://github.com/xnuinside/simple-ddl-parser/pull/179/files#diff-ff905774288e5cd43c5adcde46191c8990ae3fc1472fe5315344493aa946aade . Feel free to open new issue if will be needed!
Sorry, something went wrong.
xnuinside
No branches or pull requests
Following create table statement is not recognized by the parser, which is valid statement for Oracle database.
result is empty list.
python version 3.9.5
simple-ddl-parser==0.29.0
The text was updated successfully, but these errors were encountered: