[JDBC] jdbc-42.1-4 drop of Compatible property and useObjects

Поиск
Список
Период
Сортировка
От Achilleas Mantzios
Тема [JDBC] jdbc-42.1-4 drop of Compatible property and useObjects
Дата
Msg-id 32ffb184-8f91-49f8-e6fc-a809482efc24@matrix.gatewaynet.com
обсуждение исходный текст
Ответы Re: [JDBC] jdbc-42.1-4 drop of Compatible property and useObjects  (Jorge Solórzano <jorsol@gmail.com>)
Список 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
originaljdbc9.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.2as 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
forhandling the legacy behavior (8.2) be there?
 

-- 
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt



-- 
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Jorge Solorzano
Дата:
Сообщение: [JDBC] [pgjdbc/pgjdbc] 7df56f: docs: fix test db password in docs (#984)
Следующее
От: Jorge Solórzano
Дата:
Сообщение: Re: [JDBC] jdbc-42.1-4 drop of Compatible property and useObjects