reuses - Search results in mailing lists

2025-05-23 11:38:07 | Re: Understanding DateStyle guc in startup packet (Manav Kumar)

used to read the PARAMETER STATUS packet that it receives from the server. But I tried

2025-03-29 19:21:09 | Fwd: PostgreSQL JDBC 42.7.5 returns an unexpected catalog name (Laurenz Albe)

used: jdbc:postgresql:///dbcert Driver name/Version: /postgresql-42.7.5.jar userID/pw: dbcert1/*********** 3) Attachements: a) PG_JDBC_42_7_4.PNG: Screenshot

2024-03-31 10:05:48 | Re: cached plan must not change result type (Dave Cramer)

use the unnamed statement which is replanned for every use. Yes, this is very safe

2024-03-19 03:21:44 | Java - Inconsistent behaviour with double precession data type (Rahul Uniyal)

using PostgreSQL JDBC Driver version 42.6.0. Issue: We are encountering an issue where the double

2023-11-29 16:06:16 | Re: Driver hangs in connect->MakeSSL.convert->SSLSocketImpl.startHandshake (Martin Lichtin)

used in above case. Lastly, seeing "socketTimeout", however I would not want to set this

2023-11-21 09:07:30 | Pg jdbc DNS failover (Nikolay Prokofiev)

use k8s for pg, and there may be more slaves added and master ip may be changed

2023-10-14 14:51:02 | Re: JDBC driver has EOL'd component (Sehrope Sarkuni)

use a newer version of that dependency, you'll need to update your local pom.xml or gradle

2023-09-27 10:07:39 | Re: Regarding useObjects (Achilleas Mantzios - cloud)

used to use -888 and -888.888 to represent int NULL and float NULL respectively, quite

2023-08-21 17:37:25 | The same prepared query yield "-1" the first six times and then "-1.0" (Edoardo Panfili)

using postgresql version: 15.3 (Debian 15.3-0+deb12u1) org.postgresql.postgresql JDBC driver version: 42.6.0 via Java

2023-08-08 19:27:35 | PrepareStatement and parameters data types (ihab sabiq)

used in a PreparedStatement. To do that, I normally use the Prepare and Execute statements

2023-08-03 14:04:08 | PGConnection.getNotifications(0) doesn't block (Pawel Veselov)

using PGConnection.getNotifications(0), but that immediately returns an empty array, and doesn't block

2023-07-22 15:25:43 | Re: Executing the same query multiple times gets slow (Blake McBride)

use a prepared statement, it is fast all of the time. If I use a prepared

2023-03-26 22:23:01 | Parameter marker swapping in {fn timestampdiff()} (Matthew Bellew)

uses string literals return 366 and the versions that use parameter markers return -366. Output

2023-02-20 21:21:15 | [pgjdbc/pgjdbc] 05b129: Pull fixes for PR#2556 into master (#2826) (Dave Cramer)

use semi-colon delimiter for box type * fix: fix testGetSQLTypeQueryCache by searching for xid type

2023-02-20 19:20:56 | [pgjdbc/pgjdbc] 01736e: fix: remove redundant code (#2824) (Dave Cramer)

code (#2824) * fix: remove redundant code * fix: autoclose statements created in executeSQLUpdate using closeable resource.