easy resetting - Search results in mailing lists
Mailing lists >> pgsql-jdbc >> Thread
2023-01-11 09:48:24 | AW: stringtype=unspecified is null check problem (Martin Handsteiner)
setting, that always ensures, that null can be bound… (setNull(1, ) and stringtype= ) select 1 where 1=? -- setNull(1, Types.VARCHAR) and stringtype=unspecified select 1 where 'A'=? -- setNull(1, Types.VARCHAR) and stringtype doesn
Mailing lists >> pgsql-jdbc >> Thread
2022-04-22 18:05:48 | Re: Why does the prepareThreshold=0 (to cover pgbouncer transaction mode) disables protocol binary transfers (David G. Johnston)
setting prepareThreshold=0 causes the driver to use the Simple Query Protocol. By forcing binary transfer you override prepareThreshold=0 and use a prepared statement anyway because it is only possible to get the binary
Mailing lists >> pgsql-jdbc >> Thread
2019-12-06 19:36:18 | [pgjdbc/pgjdbc] 33e74f: [maven-release-plugin] prepare releaseREL42.2.8 (Dave Cramer)
settings (#1584)
Commit: 5e48eaa4c9f6fc07904944bd98ad45fbb4aefd10
https:///pgjdbc/pgjdbc/commit/5e48eaa4c9f6fc07904944bd98ad45fbb4aefd10
Author: Dave Cramer
Mailing lists >> pgsql-jdbc >> Thread
2019-06-19 18:21:03 | [pgjdbc/pgjdbc] a1a5ae: [maven-release-plugin] prepare releaseREL42.2.5 (Dave Cramer)
easy
access to the values.
Commit: 0ed0e8f2dcd0ae4bbb5caee27b7057cef182c146
https:///pgjdbc/pgjdbc/commit/0ed0e8f2dcd0ae4bbb5caee27b7057cef182c146
Author: Dave Cramer
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (2)
2018-09-18 17:02:58 | Re: ssl connection issues (Gabriele Bulfon)
easy-rsa tools to a specific new folder configured for Postgres and ran in sequence: . ./vars ./clean-all ./build-ca ./build-dh ./build-key-server server copied server.key, server.crt and ca.crt to my pgdata as server
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (3)
2017-04-09 13:00:40 | Re: New driver logging proposal (Daniel Migowski)
easy way to enable logging. OK, I will leave these options in and don’t care for people that want to use the driver that way. The current implementation has the side effect that creating
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (3)
2017-04-09 13:00:40 | Re: [JDBC] New driver logging proposal (Daniel Migowski)
easy way to enable logging. OK, I will leave these options in and don’t care for people that want to use the driver that way. The current implementation has the side effect that creating
Mailing lists >> pgsql-jdbc >> Thread
2017-04-08 08:13:30 | New driver logging proposal (Daniel Migowski)
easier when these parameters are available to the connection is not valid, because either the connection pool is created in a container, and then logging is configurable in the same textual way anyway
Mailing lists >> pgsql-jdbc >> Thread
2015-06-08 15:29:34 | MyJSQLView Version 7.03 Released (dmp)
setting property. Remote HTTP repositories can not be created or loaded. The release also is for archiving purposes to finalize the last release before the move of the code version control from Google Code
Mailing lists >> pgsql-jdbc >> Thread
2014-11-14 15:34:31 | Re: Anyway to tell jdbc to use server timezone? (Mikko Tiihonen)
easy way to get back the old functionality. Fixing binary protocol to work with server side timezone and adding a way to choose service side timezone would be the correct long term solution. -Mikko ________________________________ From
Mailing lists >> pgsql-jdbc >> Thread
2013-06-27 15:42:30 | Re: JDBC 4 Compliance (David Johnston)
easier to accomplish on your own? What goals and restrictions are you setting for re-inventing
Mailing lists >> pgsql-jdbc >> Thread
2013-03-15 21:30:03 | Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47) (Bryan Varner)
setting maximum overhead connections, and even potentially pooling those -- it was just easier and faster
Mailing lists >> pgsql-jdbc >> Thread
2013-02-28 16:25:45 | Automatic transactions in SELECT (Joseph Pravato)
easiest solution is to turn auto-commit on and hope that you never seriously screw up data. But, we are not going to, nor allowed to do that. Did I miss anything, maybe a setting
Mailing lists >> pgsql-jdbc >> Thread
2013-02-08 14:21:44 | Re: [HACKERS] JPA + enum == Exception (Kevin Grittner)
setting PreparedStatement parameters with setString and similar methods, while tables B-4 and B-5 cover the setObject methods. It is clearly not unusual for other vendors to extend the JDBC specification to make life
Mailing lists >> pgsql-jdbc >> Thread
2012-06-29 00:09:40 | Re: org.postgresql.util.PSQLException: An I/O error occured while sending to the backend (Craig Ringer)
Setting a tcp keepalive may help. More importantly though, your app must be robust in the face of errors and failed connections. You can test that a connection is OK, then