Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv32312
Modified Files:
CHANGES.txt
Log Message:
latest
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** CHANGES.txt 6 Dec 2002 16:08:57 -0000 1.10
--- CHANGES.txt 19 Dec 2002 00:27:00 -0000 1.11
***************
*** 8,11 ****
--- 8,14 ----
0.6 (scheduled for December 12, 2002)
+ - New XMLConfigurator and PropertyConfigurator to make it easy
+ to configure proxool from a file.
+
- New ConfiguratorIF interface allows you to implement persistent
configuration
***************
*** 14,17 ****
--- 17,30 ----
indirectly (that is, extend a class that implements it rather than
implementing it directly). (Credit to Martin Crawford).
+
+ - Unclosed Statements are now automatically closed when the
+ Connection is closed, in accordance with the JDBC spec.
+
+ - New ProxoolFacade#getDelegateStatement allows you to get to
+ the underlying JDBC Driver's original Statement if you really need
+ to. (This isn't recommended unless you have no other choice).
+
+ - You can now update the URL for a pool, not just the properties.
+ See ProxoolFacade#updateConnectionPool.
0.5 (December 3, 2002)
|