Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlBOq-001dUo-9Y for pgsql-jdbc@arkaria.postgresql.org; Tue, 26 Sep 2023 16:59:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qlBOo-00DRfR-E9 for pgsql-jdbc@arkaria.postgresql.org; Tue, 26 Sep 2023 16:59:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlBOo-00DRf6-68 for pgsql-jdbc@lists.postgresql.org; Tue, 26 Sep 2023 16:59:02 +0000 Received: from cloud.gatewaynet.com ([185.90.37.94]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlBOj-007iY1-4V for pgsql-jdbc@postgresql.org; Tue, 26 Sep 2023 16:59:01 +0000 Content-Type: multipart/alternative; boundary="------------2ZeCzAgPjLovw7TcF0afFgL8" Message-ID: Date: Tue, 26 Sep 2023 19:58:49 +0300 MIME-Version: 1.0 Subject: Re: Regarding useObjects To: Vladimir Sitnikov Cc: pgsql-jdbc@postgresql.org References: Content-Language: en-US From: Achilleas Mantzios In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------2ZeCzAgPjLovw7TcF0afFgL8 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Στις 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 --------------2ZeCzAgPjLovw7TcF0afFgL8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
Στις 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
--------------2ZeCzAgPjLovw7TcF0afFgL8--