|
From: <zep...@us...> - 2008-08-31 12:43:24
|
Revision: 401
http://flatpack.svn.sourceforge.net/flatpack/?rev=401&view=rev
Author: zepernick
Date: 2008-08-31 12:43:32 +0000 (Sun, 31 Aug 2008)
Log Message:
-----------
stopped the fixed width parser from removing leading spaces in the data element. Added the rTrim() method in the ParserUtils
Modified Paths:
--------------
trunk/src/site/changes.xml
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2008-08-31 12:34:49 UTC (rev 400)
+++ trunk/src/site/changes.xml 2008-08-31 12:43:32 UTC (rev 401)
@@ -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">Stopped the fixed width parser from removing leading spaces in a data element.
+ Added the ParserUtils.rTrim() method.</action>
<action dev="zepernick" type="change">Added getLong() to DataSet interface</action>
<action dev="zepernick" type="fix">Added check for duplicate column names when using file
header for column names.</action>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|