Author: sebb
Date: Mon May 13 20:47:14 2013
New Revision: 1482096
URL: http://svn.apache.org/r1482096
Log:
Document fix
Modified:
commons/proper/dbutils/branches/2_0/src/changes/changes.xml
Modified: commons/proper/dbutils/branches/2_0/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/branches/2_0/src/changes/changes.xml?rev=1482096&r1=1482095&r2=1482096&view=diff
==============================================================================
--- commons/proper/dbutils/branches/2_0/src/changes/changes.xml (original)
+++ commons/proper/dbutils/branches/2_0/src/changes/changes.xml Mon May 13
20:47:14 2013
@@ -48,6 +48,9 @@ The <action> type attribute can be add,u
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>