You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2017/07/07 02:07:06 UTC

[44/58] [abbrv] commons-dbutils git commit: Document fix

Document fix

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/branches/2_0@1482096 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/b389bb3e
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/b389bb3e
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/b389bb3e

Branch: refs/heads/2_0
Commit: b389bb3e0511803da2d2d3631b1d8f365ad61289
Parents: a45782e
Author: Sebastian Bazley <se...@apache.org>
Authored: Mon May 13 20:47:14 2013 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Mon May 13 20:47:14 2013 +0000

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/b389bb3e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8c2f41c..04a3b04 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,9 @@ The <action> type attribute can be add,update,fix,remove.
         This is the first release of the 2.x branch of the Commons DbUtils package, DbUtils2.
 	The motivation for creating DbUtils2 was two-fold: a number of deprecated methods in the original DbUtils, and the desire to support named parameters (DBUTILS-105).
       </action>
+      <action dev="sebb" type="fix" issue="DBUTILS-109">
+        AbstractExecutor.currentPosition should be an int
+      </action>
       <action dev="wspeirs" type="add" issue="DBUTILS-105">
         Added named parameter support with fluent API
       </action>