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

[BUG] PostgreSQL, Import from SQL TIMESTAMPTZ parsing fail #232

Closed
Erim32 opened this issue Aug 26, 2024 · 1 comment
Closed

[BUG] PostgreSQL, Import from SQL TIMESTAMPTZ parsing fail #232

Erim32 opened this issue Aug 26, 2024 · 1 comment

Comments

@Erim32
Copy link

Erim32 commented Aug 26, 2024

Issue using "import form SQL" feature with PostgreSQL : TIMESTAMPTZ

How to reproduce

image

CREATE TABLE DEMO (
    test TIMESTAMPTZ NOT NULL
);

Fail

But if the datatype is VARCHAR:

CREATE TABLE DEMO (
    test VARCHAR NOT NULL
);

image

OK

@1ilit
Copy link
Member

1ilit commented Aug 27, 2024

Yes, it was fixed in this PR taozhi8833998/node-sql-parser#2063. It will be supported once v5.4.0 comes out

@1ilit 1ilit closed this as completed Sep 26, 2024
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
@Erim32 @1ilit and others