| From: | Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | jdbc-42.1-4 drop of Compatible property and useObjects |
| Date: | 2017-10-09 06:29:14 |
| Message-ID: | 32ffb184-8f91-49f8-e6fc-a809482efc24@matrix.gatewaynet.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Hello All,
I was just trying to test our app with postgresql 10.0 and the new jdbc driver 42.1.4 (since it wasn't working with original jdbc9.3) and I saw that the Compatible property was dropped for jdbc-42.1-4
. We use a lot of code written pre-jdbc 8.3 (which supported only arrays of primitives) , and we always used to set Compatible=8.2 as a work around. Unfortunately we never got the time to update the
code. So I changed useObjects=false and recompiled with maven, and this seemed to do the trick.
I know our code is (long) due to be updated, I just wanted to ask how much time we have, i.e. until when will the code for handling the legacy behavior (8.2) be there?
--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jorge Solórzano | 2017-10-09 15:20:32 | Re: jdbc-42.1-4 drop of Compatible property and useObjects |
| Previous Message | Jorge Solorzano | 2017-10-07 07:54:17 | [pgjdbc/pgjdbc] 7df56f: docs: fix test db password in docs (#984) |