|
From: <zep...@us...> - 2008-01-09 19:33:20
|
Revision: 388
http://flatpack.svn.sourceforge.net/flatpack/?rev=388&view=rev
Author: zepernick
Date: 2008-01-09 11:33:26 -0800 (Wed, 09 Jan 2008)
Log Message:
-----------
fixed a bug in the database fixed length parser
Modified Paths:
--------------
trunk/src/site/changes.xml
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2008-01-09 19:32:52 UTC (rev 387)
+++ trunk/src/site/changes.xml 2008-01-09 19:33:26 UTC (rev 388)
@@ -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">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 will make the DataSet.isRowEmpty() method available. This method will return
true when there is no data on any columns in the row.</action>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|