Author: britter
Date: Wed Jul 16 17:36:02 2014
New Revision: 1611106
URL: http://svn.apache.org/r1611106
Log:
Document changes of DBUTILS-110
Modified:
commons/proper/dbutils/trunk/src/changes/changes.xml
Modified: commons/proper/dbutils/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/changes/changes.xml?rev=1611106&r1=1611105&r2=1611106&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbutils/trunk/src/changes/changes.xml Wed Jul 16 17:36:02
2014
@@ -44,6 +44,9 @@ The <action> type attribute can be add,u
</properties>
<body>
<release version="1.6" date="TBA" description="Bugfixes and addition of
insert methods">
+ <action dev="britter" type="fix" issue="DBUTILS-110">
+ ArrayHandler should return an empty array when handle has no rows
+ </action>
<action dev="britter" type="fix" issue="DBUTILS-114" due-to="Michael
Osipov">
Order of columns not retained in BasicRowProcessor with HashMap
</action>