[pgjdbc/pgjdbc] 56399e: Check that JDBC Connections that are closed by the...

From: Tim Ward <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 56399e: Check that JDBC Connections that are closed by the...
Date: 2019-08-30 14:26:06
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/bda74d-56399e@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 56399efddd25281ccefd90c56e9db084c550d195
https://github.com/pgjdbc/pgjdbc/commit/56399efddd25281ccefd90c56e9db084c550d195
Author: Tim Ward <timothyjward(at)apache(dot)org>
Date: 2019-08-30 (Fri, 30 Aug 2019)

Changed paths:
M pgjdbc/src/test/java/org/postgresql/test/jdbc4/IsValidTest.java

Log Message:
-----------
Check that JDBC Connections that are closed by the server do not report as valid (#1533)

Signed-off-by: Tim Ward <timothyjward(at)apache(dot)org>

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2019-08-30 18:15:59 [pgjdbc/pgjdbc] ba8294: fix assertion message (#1553)
Previous Message Dave Cramer 2019-08-29 15:14:02 [pgjdbc/pgjdbc] bda74d: Log ignoring rollback when no transaction in progr...