Re: Regarding useObjects

From: Achilleas Mantzios <a(dot)mantzios(at)cloud(dot)gatewaynet(dot)com>
To: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Regarding useObjects
Date: 2023-09-26 16:58:49
Message-ID: d92c73eb-3f65-f455-8a30-d4d0ed71c1e0@cloud.gatewaynet.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Στις 26/9/23 19:07, ο/η Vladimir Sitnikov έγραψε:
>> I see support for useObjects was dropped some time in 2020, with this commit : 529e5dc3a8f071ad4946daf3bde1422c21a99524 .
> Could you provide a test case that demonstrates the failure?
> It is hard to understand what you mean by "useObjects was dropped"

There used to be a variable inside :
src/main/java/org/postgresql/jdbc/PgArray.java which was like :

private final boolean useObjects;
this.useObjects = true;

so there was the option to change this to false and recompile. This
variable was removed between REL42.2.0 and REL42.3.0 . So not quite
support, sorry for my wording.

>
> Vladimir

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2023-09-27 06:03:11 Re: Regarding useObjects
Previous Message Vladimir Sitnikov 2023-09-26 16:07:12 Re: Regarding useObjects