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 create table with time zone doesn't work #181

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

Oracle create table with time zone doesn't work #181

ancc opened this issue Jan 9, 2023 · 3 comments

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 table test (test_time timestamp(3) with time zone);").run()

result is empty list.

python version 3.9.5
simple-ddl-parser==0.29.1

@xnuinside
Copy link
Owner

@ancc , hm,

last_login timestamp without time zone
without worked )) weird, I will check why it does not produce output. Thanks for reporting the issue!

@wsmoak
Copy link

wsmoak commented Mar 12, 2024

I have the same problem with sql dumped from a Postgres schema used by a Django app. The result is an empty list.

the_column timestamp with time zone

@xnuinside
Copy link
Owner

It was fixed in similar issue relative to PostgreSQL #250. Fix was released in version 1.3.1.

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

3 participants