From: <bil...@us...> - 2002-12-03 16:10:50
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1:/tmp/cvs-serv11544a Modified Files: CHANGES.txt Log Message: fix for fatal SQL exceptions Index: CHANGES.txt =================================================================== RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** CHANGES.txt 3 Dec 2002 10:54:28 -0000 1.8 --- CHANGES.txt 3 Dec 2002 16:10:43 -0000 1.9 *************** *** 58,61 **** --- 58,64 ---- connections approaches zero.] + - Fix for catching fatal SQL exceptions. This is a feature that throws away connections + that encounter certain types of exception. + 0.4 - September 19, 2002 |