You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ho...@apache.org on 2002/04/14 04:36:12 UTC

cvs commit: jakarta-taglibs/standard/doc/web ReleaseNotes.html

horwat      02/04/13 19:36:12

  Modified:    standard/doc/web ReleaseNotes.html
  Log:
  Update SQL changes in ReleaseNotes.
  
  Revision  Changes    Path
  1.14      +13 -0     jakarta-taglibs/standard/doc/web/ReleaseNotes.html
  
  Index: ReleaseNotes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/ReleaseNotes.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ReleaseNotes.html	9 Apr 2002 22:13:09 -0000	1.13
  +++ ReleaseNotes.html	14 Apr 2002 02:36:12 -0000	1.14
  @@ -104,6 +104,18 @@
   
   <dd>SQL Actions:
   <ul>
  + <li>Changes since Beta 1:</li>
  + <ul>
  +  <li>Improved exception messages for &lt;sql:query&gt; and &lt;sql:update&gt;</li>
  +  <li>relative path used for DataSource JNDI resource path</li>
  +  <li>&lt;sql:dateParam&gt; added handling java.util.Date param values</li>
  +  <li>Result.getRowsCount() changed to Result.getRowCount()</li>
  +  <li>ColumnMetaData removed</li>
  +  <li>Result.getColumnNames() method added</li>
  +  <li>Result.getRows() returns SortedMap with a case insensitive Comparator</li>
  + </ul>
  + <li>Changes since EA3:</li>
  + <ul>
    <li>Modified Result interface:</li>
     <ul>
      <li>getRows() returns a Map[] where rows[index].colName returns a column's value</li>
  @@ -143,6 +155,7 @@
        'transactionIsolation' attribute.</li>
    <li>Clarified SQL documentation by including information on where to place
        drivers as well as the examples Table structure.</li>
  + </ul>
   </ul>
   </dd>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>