[pgjdbc/pgjdbc] 2917c1: Backport PR2148 into 42.2.x (#2254)

From: Jens Peters <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 2917c1: Backport PR2148 into 42.2.x (#2254)
Date: 2021-09-14 10:24:28
Message-ID: pgjdbc/pgjdbc/push/refs/heads/release/42.2/7bf89c-2917c1@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/release/42.2
Home: https://github.com/pgjdbc/pgjdbc
Commit: 2917c1f2d448f68419c89530ffc742a3d693ed1e
https://github.com/pgjdbc/pgjdbc/commit/2917c1f2d448f68419c89530ffc742a3d693ed1e
Author: Jens Peters <jp7677(at)gmail(dot)com>
Date: 2021-09-14 (Tue, 14 Sep 2021)

Changed paths:
M CHANGELOG.md
M README.md
M docs/documentation/head/connect.md
M pgjdbc/src/main/java/org/postgresql/core/BaseConnection.java
M pgjdbc/src/main/java/org/postgresql/jdbc/BatchResultHandler.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
M pgjdbc/src/test/java/org/postgresql/jdbc/AbstractArraysTest.java
M pgjdbc/src/test/java/org/postgresql/test/core/LogServerMessagePropertyTest.java

Log Message:
-----------
Backport PR2148 into 42.2.x (#2254)

* docs: Add description of connection property logServerErrorDetail

* fix: Avoid leaking error message details in JDBC batches when logServerErrorDetail is disabled

* test: Add a test case for logServerErrorDetail with JDBC batches

Co-authored-by: Frode Carlsen <frode(dot)odde(dot)carlsen(at)nav(dot)no>
Co-authored-by: Sehrope Sarkuni <sehrope(at)jackdb(dot)com>

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2021-09-21 23:41:52 [pgjdbc/pgjdbc] 88cfcc: fix startup regressions caused by PR #1949. Instea...
Previous Message ldh@laurent-hasson.com 2021-09-13 14:30:29 RE: JDBC Meta-data performance for Foreign Keys