|
From: <zep...@us...> - 2007-08-17 18:59:37
|
Revision: 341
http://flatpack.svn.sourceforge.net/flatpack/?rev=341&view=rev
Author: zepernick
Date: 2007-08-17 11:59:40 -0700 (Fri, 17 Aug 2007)
Log Message:
-----------
added contains() method to check for the existance of a column name for the current row.
Modified Paths:
--------------
trunk/src/site/changes.xml
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2007-08-17 18:57:37 UTC (rev 340)
+++ trunk/src/site/changes.xml 2007-08-17 18:59:40 UTC (rev 341)
@@ -8,6 +8,8 @@
</properties>
<body>
<release version="3.1.0-SNAPSHOT" date="in svn" description="NAME CHANGE">
+ <action dev="zepernick" type="change">added contains() method to DataSet to check for the existance of
+ a column name on the current row. DataSet must be on a valid row.</action>
<action dev="zepernick" type="change">Added clearRows(), clearErrors(), and clearAll() methods to DataSet</action>
<action dev="benoitx" type="change">Goodbye PZFileReader, Hello FlatPack!!!</action>
<action dev="zepernick" type="change">Moved package strcuture from net.sf.pzfilereader to net.sf.flatpack</action>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|