Author: wspeirs Date: Wed Aug 8 18:52:32 2012 New Revision: 1370888 URL: http://svn.apache.org/viewvc?rev=1370888&view=rev Log: Updated changes.xml to include DBUTILS-87 changes
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=1370888&r1=1370887&r2=1370888&view=diff ============================================================================== --- commons/proper/dbutils/trunk/src/changes/changes.xml (original) +++ commons/proper/dbutils/trunk/src/changes/changes.xml Wed Aug 8 18:52:32 2012 @@ -43,7 +43,10 @@ The <action> type attribute can be add,u <title>Release Notes</title> </properties> <body> - <release version="1.6" date="201?-??-??" description="Bugfixes"> + <release version="1.6" date="201?-??-??" description="Bugfixes and addition of insert methods"> + <action dev="wspeirs" due-to="Moandji Ezana" type="add" issue="DBUTILS-87"> + Added insert methods to QueryRunner and AsyncQueryRunner that return the generated key. + </action> <action dev="simonetripodi" due-to="yuyf" type="fix" issue="DBUTILS-96"> DbUtils#loadDriver(ClassLoader,String) makes DriverManager throwing "No suitable driver found for jdbc" if ClassLoader is not the System's one