From: <zep...@us...> - 2008-02-04 15:25:15
|
Revision: 391 http://flatpack.svn.sourceforge.net/flatpack/?rev=391&view=rev Author: zepernick Date: 2008-02-04 07:25:15 -0800 (Mon, 04 Feb 2008) Log Message: ----------- added patch from Dirk Olmes to prevent duplicate column names in the XML map Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-02-04 15:23:40 UTC (rev 390) +++ trunk/src/site/changes.xml 2008-02-04 15:25:15 UTC (rev 391) @@ -8,6 +8,9 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="fix">Applied patch from Dirk Olmes to prevent duplicate + column names in the XML mapping. IllegalArgumentException is now thrown if a duplicate + column name exists in the map. Thanks Dirk...</action> <action dev="zepernick" type="fix">doParse() on DBFixedLengthParser was returning a null and was never getting a DataSet returned</action> <action dev="zepernick" type="change">Added an option on the Paser setFlagEmptyRows(). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |