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 20:21:45 UTC

[commons-dbcp] 01/04: Update to PR#36 - PrepareStatement and prepareCall methods are extracted #37.

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

commit 8753b71334add09a4520005409461b8faf55c864
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 16:17:45 2020 -0400

    Update to PR#36 - PrepareStatement and prepareCall methods are extracted
    #37.
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cf7e879..0105fab 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,8 +77,11 @@ The <action> type attribute can be add,update,fix,remove.
       </action>
       <action dev="ggregory" type="fix" issue="DBCP-558" due-to="louislatreille">
         Fix DelegatingConnection readOnly and autoCommit caching mechanism #35.
-      </action>
+      </action>     
       <!-- update -->
+      <action dev="ggregory" type="update" due-to="Alexander Norz">
+        Update to PR#36 - PrepareStatement and prepareCall methods are extracted #37.
+      </action>
       <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.
       </action>