simple-ddl-parser
simple-ddl-parser copied to clipboard
Oracle global temporary table no supported
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
create global temporary table - not supported yet, I will add it, thanks for opening the issue!