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

Oracle global temporary table no supported #182

Closed
ancc opened this issue Jan 9, 2023 · 2 comments
Closed

Oracle global temporary table no supported #182

ancc opened this issue Jan 9, 2023 · 2 comments
Assignees

Comments

@ancc
Copy link

ancc commented Jan 9, 2023

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 global temporary table test (id number);").run()

result is empty list.

python version 3.9.5
simple-ddl-parser==0.29.1

@xnuinside
Copy link
Owner

create global temporary table - not supported yet, I will add it, thanks for opening the issue!

@xnuinside
Copy link
Owner

Added in version 1.4.0 - #252. I will close this issue. If needed anything else, feel free to open the new one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants