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 mo...@apache.org on 2001/01/08 23:59:05 UTC

cvs commit: jakarta-taglibs/jdbc to-do.txt

morgand     01/01/08 14:59:04

  Added:       jdbc     to-do.txt
  Log:
  to do list
  
  Revision  Changes    Path
  1.1                  jakarta-taglibs/jdbc/to-do.txt
  
  Index: to-do.txt
  ===================================================================
  To do list:
  -----------
  
  - Complete the documentation
  - Some of the java source lacks the Apache license information
  - Add section on connection pooling to the documentation
  - Add "name" attribute to ResultSet, so that users can use ResultSets
    that were not created by the statement or preparedStatement
    tags
  - ? Allow getClob, getAsciiStream, and getCharacterStream tags to
    write directly to the JSP output
  - Add "rowsUpdated" tag, which returns the number of rows affected
    by the previous "execute" tag