Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv9645
Modified Files:
CHANGES.txt
Log Message:
More changes
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** CHANGES.txt 1 Oct 2003 19:31:54 -0000 1.26
--- CHANGES.txt 18 Oct 2003 20:45:05 -0000 1.27
***************
*** 58,61 ****
--- 58,76 ----
is done with a comma delimited list.
+ - Fix to ProxoolFacade.redefine() which was in fact doing an update instead of a
+ redefine. This didn't have any consequences unless you were calling this method
+ explicitly in your code.
+
+ - Made the 'Attempt to use a pool with incomplete definition' exception a but more
+ informative. It is often because you are refering to an unregistered pool by its
+ alias.
+
+ - SQL command logging (using the 'trace' property) now embeds the parameters into
+ the SQL (if the SQL is parametised). This means that the log is almost like a
+ journal - with the exception that any callable statements that return data retain
+ the ? (question marks) that contain the output parameters.
+
+ - Batched statements are now correctly reported with the trace feature.
+
0.7.2 - April 28, 2003
|