dgraham     2004/08/22 18:57:33

  Modified:    dbutils/xdocs changes.xml
  Log:
  Changed null handling in fillStatement() to use Types.VARCHAR instead
  of Types.OTHER.  PR: 29212
  
  Revision  Changes    Path
  1.3       +8 -0      jakarta-commons/dbutils/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbutils/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml       19 Jul 2004 01:41:26 -0000      1.2
  +++ changes.xml       23 Aug 2004 01:57:33 -0000      1.3
  @@ -39,6 +39,14 @@
     <body>
   
       <release version="1.1-dev" date="in CVS">
  +      <action dev="dgraham" type="update">
  +        Changed QueryRunner.fillStatement() null handling 
  +        to use Types.VARCHAR instead of Types.OTHER.  This works for the 
  +        following tested drivers: Firebird 1.5/firebirdsql 1.5RC3,
  +        Oracle 9/ Thin driver, MySQL 4.0/Msql Connecttor 3.0 and mm.mysql 
  +        2.0.4 MaxDB 7.5, HSQLDB 1.7.1, and MS Access/ODBC Bridge.
  +        PR# 29212
  +      </action>
         <action dev="dgraham" type="add">
           Added a protected QueryRunner.prepareConnection() method to
           allow subclasses to customize the Connections retrieved from
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to