From: <zep...@us...> - 2008-02-13 17:37:40
|
Revision: 394 http://flatpack.svn.sourceforge.net/flatpack/?rev=394&view=rev Author: zepernick Date: 2008-02-13 09:36:59 -0800 (Wed, 13 Feb 2008) Log Message: ----------- prevent duplicate column names when using column names from file header Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-02-13 17:35:41 UTC (rev 393) +++ trunk/src/site/changes.xml 2008-02-13 17:36:59 UTC (rev 394) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="fix">Added check for duplicate column names when using file + header for column names.</action> <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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |