parameters - Search results in mailing lists
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (2)
2025-05-23 11:38:07 | Re: Understanding DateStyle guc in startup packet (Manav Kumar)
parameter was changed to Postgres, DMY. The JDBC driver requires DateStyle to begin with ISO for correct
Mailing lists >> pgsql-jdbc >> Thread
2023-11-29 16:06:16 | Re: Driver hangs in connect->MakeSSL.convert->SSLSocketImpl.startHandshake (Martin Lichtin)
parameter.. https:///documentation/use/ Also confusing to me is the existing parameter "sslResponseTimeout", this defaults
Mailing lists >> pgsql-jdbc >> Thread
2023-08-08 19:27:35 | PrepareStatement and parameters data types (ihab sabiq)
parameters type in the logs if not how can I simulate the same mechanism from
Mailing lists >> pgsql-jdbc >> Thread
2023-07-24 05:53:07 | Re: Executing the same query multiple times gets slow (Laurenz Albe)
parameters) PREPARE stmt(integer,text) AS SELECT /* query with $1, $2 etc. as parameters */ EXPLAIN
Mailing lists >> pgsql-jdbc >> Thread
2023-03-26 22:23:01 | Parameter marker swapping in {fn timestampdiff()} (Matthew Bellew)
parameter markers return -366. Output: w/o parameters: 366 w/ parameters: -366 w/ parameters varchar: -366 void
Mailing lists >> pgsql-jdbc >> Thread
2023-02-11 10:56:55 | [pgjdbc/pgjdbc] cee6b6: chore(deps): update plugin org.gradlex.build-param... (renovate[bot])
parameters to v1.4.2 (#2771) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github
Mailing lists >> pgsql-jdbc >> Thread
2023-02-11 10:41:48 | [pgjdbc/pgjdbc] a09edd: chore(deps): update plugin org.gradlex.build-param... (renovate[bot])
build-logic/build-parameters/build.gradle.kts Log Message: ----------- chore(deps): update plugin org.gradlex.build-parameters to v1.4.2
Mailing lists >> pgsql-jdbc >> Thread
2023-01-24 13:52:29 | JDBC setTimestamp question (arons)
parameter to be of type timestamptz? if I add cast(? as timestamptz) all work fine
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (11)
2023-01-12 03:13:13 | Re: stringtype=unspecified is null check problem (Tom Lane)
parameters after completion + * Check for complete assignment of variable parameters after completion * of parsing with
Mailing lists >> pgsql-jdbc >> Thread
2022-11-30 20:38:17 | [pgjdbc/pgjdbc] c779e9: fix: Apply patch from Issue #2683 to fix hanging s... (Dave Cramer)
parameter gssResponseTimeout. This configuration parameter allows a different timeout to be used before requesting a GSS encrypted
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (5)
2022-06-22 06:43:09 | JDBC-Platform error: unsupported key for HMAC algorithm (James Pang (chaolpan))
parameters, but when enable fips mode on JAVA client side. It failed in below error
Mailing lists >> pgsql-jdbc >> Thread
2022-06-14 08:49:56 | [pgjdbc/pgjdbc] ec4af1: doc: add actual number of parameters to "prepared ... (Vladimir Sitnikov)
number of parameters to "prepared statement can't have more than 65535 parameters" error message
Mailing lists >> pgsql-jdbc >> Thread
2022-06-09 17:43:16 | PGJDBC 42.4.0 released (Dave Cramer)
parameters added GROUP_STARTUP_PARAMETERS boolean property to determine whether or not to group startup
Mailing lists >> pgsql-jdbc >> Thread
2022-06-08 16:16:18 | [pgjdbc/pgjdbc] 45f9b9: fix: added GROUP_STARTUP_PARAMETERS boolean proper... (Dave Cramer)
PARAMETERS boolean property to determine whether or not to group startup parameters in a transaction
Mailing lists >> pgsql-jdbc >> Thread
2022-06-01 15:41:59 | [pgjdbc/pgjdbc] 6c0c5d: fix: support queries with up to 65535 (inclusive) ... (Vladimir Sitnikov)
parameters. In practice, simple mode (preferQueryMode=simple) allows executing queries with an arbitrary number of parameters