From: Michael N. <mne...@us...> - 2002-05-14 18:05:39
|
Update of /cvsroot/ruby-dbi/src/lib/dbi/doc In directory usw-pr-cvs1:/tmp/cvs-serv3571 Modified Files: ChangeLog Log Message: * Index: ChangeLog =================================================================== RCS file: /cvsroot/ruby-dbi/src/lib/dbi/doc/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 17 Apr 2002 13:41:55 -0000 1.18 +++ ChangeLog 14 May 2002 18:05:34 -0000 1.19 @@ -1,7 +1,11 @@ =begin -: 0.0.14 +: 0.0.14 (2002-05-14) +* dbd_mysql: fixed bug: method #do and #execute both set query_with_result of + the same underlying database object. This results in errors if you mix both + method calls (not neccessarily called concurrently). Solution: Mutex. + * dbd_pg: cache calls to PGResult#result in class Tuples (patch by James F.Hranicky); increase performance of a factor around 100 |