Thread: [pgjdbc/pgjdbc] 45f9b9: fix: added GROUP_STARTUP_PARAMETERS boolean proper...
[pgjdbc/pgjdbc] 45f9b9: fix: added GROUP_STARTUP_PARAMETERS boolean proper...
From
Dave Cramer
Date:
Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 45f9b934c31176f11a938e444629977f6cc4fd92 https://github.com/pgjdbc/pgjdbc/commit/45f9b934c31176f11a938e444629977f6cc4fd92 Author: Dave Cramer <davecramer@gmail.com> Date: 2022-06-08 (Wed, 08 Jun 2022) Changed paths: M appveyor.yml M pgjdbc/src/main/java/org/postgresql/PGProperty.java M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java Log Message: ----------- fix: added GROUP_STARTUP_PARAMETERS boolean property to determine whether or not to group startup parameters in a transactionor not fixes Issue 2423 pgbouncer cannot deal with transactions in statement pooling mode (#2425) * fix: added GROUP_STARTUP_PARAMETERS boolean property to determine whether or not to group startup parameters in a transactionor not fixes Issue #2425 pgbouncer cannot deal with transactions in statement pooling mode * unset environment variables before running tests