From: <zep...@us...> - 2008-09-02 02:20:42
|
Revision: 406 http://flatpack.svn.sourceforge.net/flatpack/?rev=406&view=rev Author: zepernick Date: 2008-09-02 02:20:51 +0000 (Tue, 02 Sep 2008) Log Message: ----------- added the ability to specify the type of column being ordered by: String, Date, Numeric. This allows more control over the sorting. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-09-02 02:20:25 UTC (rev 405) +++ trunk/src/site/changes.xml 2008-09-02 02:20:51 UTC (rev 406) @@ -8,6 +8,9 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="change">Added optional 3rd parameter to the OrderColumn constructor which + allows the specification of the type of column being sorted: OrderColumn.COLTYPE_STRING, OrderColumn.COLTYPE_DATE, + OrderColumn.COLTYPE_NUMERIC</action> <action dev="zepernick" type="change">New Parser option to log the raw line data of the record in the DataSet object. Parser.setStoreRawDataToDataSet()</action> <action dev="zepernick" type="fix">Stopped the fixed width parser from removing leading spaces in a data element. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |