From: <zep...@us...> - 2010-11-03 19:09:45
|
Revision: 423 http://flatpack.svn.sourceforge.net/flatpack/?rev=423&view=rev Author: zepernick Date: 2010-11-03 19:09:40 +0000 (Wed, 03 Nov 2010) Log Message: ----------- Fixed bug in DBDelimitedParser. Trying to use the column headers to build the meta data when ignore first was set to false. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2010-10-26 19:12:12 UTC (rev 422) +++ trunk/src/site/changes.xml 2010-11-03 19:09:40 UTC (rev 423) @@ -10,7 +10,10 @@ <release version="3.3.0" date="in svn" description="Maintenance"> <action dev="benoitx" type="fix">Use JDK 1.5.</action> <action dev="zepernick" type="add">Ability to over ride the table names for DATAFILE and - DATASTRUCTURE when using the DB for the MetaData.</action> + DATASTRUCTURE when using the DB for the MetaData.</action> + <action dev="zepernick" type="fix">DBDelimitedParser was trying to build column names from + the first record when ignore first was set to false. Column mappings should always come + from the DB for this class.</action> </release> <release version="3.2.0" date="2010-03-03" description="New parse options"> <action dev="benoitx" type="add">Added a getBigDecimal method on DataSet.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |