You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/03/07 11:56:26 UTC

cvs commit: jakarta-commons/dbcp/xdocs configuration.xml

dirkv       2004/03/07 02:56:26

  Modified:    dbcp/xdocs configuration.xml
  Log:
  Documentation update for Bugzilla Bug 27320
  - DBCP 1.1 incompatible with Informix (driver doesn't support setReadOnly(...))
  
  Revision  Changes    Path
  1.5       +5 -2      jakarta-commons/dbcp/xdocs/configuration.xml
  
  Index: configuration.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/configuration.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configuration.xml	7 Feb 2004 15:04:13 -0000	1.4
  +++ configuration.xml	7 Mar 2004 10:56:26 -0000	1.5
  @@ -71,8 +71,11 @@
   </tr>
   <tr>
      <td>defaultReadOnly</td>
  -   <td>false</td>
  -   <td>The default read-only state of connections created by this pool.</td>
  +   <td>driver default</td>
  +   <td>The default read-only state of connections created by this pool.
  +       If not set then the setReadOnly method will not be called.
  +       (Some drivers don't support read only mode, ex: Informix)
  +   </td>
   </tr>
   <tr>
      <td>defaultTransactionIsolation</td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org