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

[pg] unsupported TIMESTAMPTZ #190

Closed
VWagen1989 opened this issue Nov 21, 2024 · 0 comments · Fixed by #215
Closed

[pg] unsupported TIMESTAMPTZ #190

VWagen1989 opened this issue Nov 21, 2024 · 0 comments · Fixed by #215
Labels
bug Something isn't working compatibility Be compatible with some old fashion request

Comments

@VWagen1989
Copy link
Contributor

postgres=# create table test_t (id bigint primary key, t timestamp with time zone);
CREATE TABLE
postgres=# INSERT INTO test_t (id, t) VALUES (1, '2024-11-18 10:00:00');
INSERT 0 1
postgres=# select * from test_t;
ERROR:  unsupported type TIMESTAMPTZ (errno 1105) (sqlstate HY000)
@VWagen1989 VWagen1989 added bug Something isn't working compatibility Be compatible with some old fashion request labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compatibility Be compatible with some old fashion request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant