Document changes of DBUTILS-110 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk@1611106 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/8fd4dfce Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/8fd4dfce Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/8fd4dfce Branch: refs/heads/master Commit: 8fd4dfce353ff57482cee594106824e114149b5f Parents: edafd03 Author: Benedikt Ritter <[email protected]> Authored: Wed Jul 16 17:36:02 2014 +0000 Committer: Benedikt Ritter <[email protected]> Committed: Wed Jul 16 17:36:02 2014 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/8fd4dfce/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b9d5337..fa5ef65 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,9 @@ The <action> type attribute can be add,update,fix,remove. </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>
