-
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: use java JDBC insert array type error #14783
Comments
Likely due to lack of binary format support: #7949 Try switching to text mode with |
still can't |
You are right. pgJDBC We are going to support binary encoding for array and struct anyways, but seems there is no simple workaround (as in go or python) before that is implemented - unless you are in a hurry and do not mind defining your own wrapper class that delegates to an inner |
okey,i wrapped, it's ok |
See above for workaround. Will be resolved completely by #7949 |
Describe the bug
my table:
use java jdbc insert
Error message/log
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
docker
PostgreSQL 9.5-RisingWave-1.6.0 (71898b4)
postgresql-42.3.3.jar
Additional context
No response
The text was updated successfully, but these errors were encountered: