easy resetting - Search results in mailing lists

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

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

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 Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M docs/documentation/head/prepare.md Log Message: ----------- Update prepare.md (#1601) Commit: c67b0b0b667a6b9f1b13ed5359687f3bc20ac61b https:///pgjdbc/pgjdbc/commit/c67b0b0b667a6b9f1b13ed5359687f3bc20ac61b Author: Árpád

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 Date: 2018-11-22 (Thu, 22 Nov 2018) Changed paths: M pgjdbc/src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java M pgjdbc/src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java Log Message: ----------- fix missing metadata columns, and misspelled

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

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

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

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

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

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

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

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

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

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

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