-
Notifications
You must be signed in to change notification settings - Fork 594
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(pgwire): failed to fetch TIMESTAMPTZ data using psycopg3 #18079
Comments
confirmed that psycopg2 has no such issue |
This issue has been open for 60 days with no activity. If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the You can also confidently close this issue as not planned to keep our backlog clean. |
Issue located: The But RisingWave only sends a subset of parameters compared to PostgreSQL:
risingwave/src/utils/pgwire/src/pg_protocol.rs Lines 1004 to 1020 in 0d15632
Extra notes:
|
Reproduced in
My environment:
To Reproduce
pip install "psycopg[binary,pool]"
Then, the Python process will crash:
You can also try it with Postgres:
There is no problem when using Postgres. So it's not the problem of
psycopg
I guess?The text was updated successfully, but these errors were encountered: