[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.76
Matthew T. Kromer
matt@zope.com
Fri, 14 Mar 2003 10:08:42 -0500
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv13077
Modified Files:
CHANGELOG
Log Message:
Convert error code 1013 (User requested interrupt) to a KeyboardInterrupt
exception rather than a DatabaseError.
=== Products/DCOracle2/CHANGELOG 1.75 => 1.76 ===
--- Products/DCOracle2/CHANGELOG:1.75 Mon Mar 3 09:58:26 2003
+++ Products/DCOracle2/CHANGELOG Fri Mar 14 10:08:11 2003
@@ -322,6 +322,8 @@
run time array size. (DBAPI 2 test suite fix)
o Fix the _argConvertOut routine to not attempt to convert
NULLs (Issue #92)
+ o Convert ORA-1013 into a KeyboardInterrupt rather than
+ a database error (for Dr. Volker Apelt)
Desired Features Not Yet Implemented: