-
Notifications
You must be signed in to change notification settings - Fork 1
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
JDBC: Update to pgjdbc 42.7.5 #333
base: master
Are you sure you want to change the base?
Conversation
Issues encountered:
|
Thank you very much for your evaluations. Can you converge relevant flaws into corresponding tickets to improve CrateDB? |
Regarding
? |
Hi. Because this patch seems to possibly converge well (thank you, @kneth)... and that issue has apparently been resolved (thank you, @hlcianfagna and @matriv)... is there another patch to be staged to pgjdbc/pgjdbc, about the problems around |
One option could be pgjdbc/pgjdbc#3533 , another option could be to raise a ticket in crate/crate to have |
Dave Cramer says: "Please make sure this does not introduce a performance regression" My question to @hlcianfagna, do you want me to try to evaluate the performance? |
Let's maybe see what the timeline would be for crate/crate#17486 instead? |
I have opened crate/crate#17616 as a fix to the issue with |
About
pgjdbc 42.7.5 has been released yesterday. When running the stock jdbc test cases, errors can be observed on Jenkins after bumping manually per this PR.
References
Validating an automatic Dependabot update failed over here on GHA, apparently tripping test_getFunctions, test_getColumns, test_getPrimaryKeys, and test_getTables in
JdbcMetaDataTest.java
./cc @kneth, @seut