You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/10 19:47:52 UTC

[commons-dbcp] branch master updated: Fix DelegatingConnection readOnly and autoCommit caching mechanism #35.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 660fc97  Fix DelegatingConnection readOnly and autoCommit caching mechanism #35.
660fc97 is described below

commit 660fc97319754041c72d3a16cab1a91232000b06
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 15:47:46 2020 -0400

    Fix DelegatingConnection readOnly and autoCommit caching mechanism #35.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c4795dd..cf7e879 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" issue="DBCP-555" due-to="Gary Gregory">
         NPE when creating a SQLExceptionList with a null list.
       </action>
+      <action dev="ggregory" type="fix" issue="DBCP-558" due-to="louislatreille">
+        Fix DelegatingConnection readOnly and autoCommit caching mechanism #35.
+      </action>
       <!-- update -->
       <action dev="ggregory" type="update" issue="DBCP-650" due-to="Gary Gregory, Dependabot">
         Update Apache Commons Pool from 2.7.0 to 2.8.1, #48.