[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.56

Matthew T. Kromer matt@zope.com
Wed, 15 May 2002 17:11:11 -0400


Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv27183

Modified Files:
	CHANGELOG 
Log Message:
Fix error classes so that DatabaseError and ProgrammingError (the only 
two errors raised by DCOracle2) don't have their IDs change if the
module is reloaded.


=== Products/DCOracle2/CHANGELOG 1.55 => 1.56 ===
 	     o  Make Z Oracle Stored Procedure results go thru the same LOB/Date
 	        conversion for ZSQL methods in ZOracleDA
+	     o  Don't recreate DatabaseError or ProgrammingError objects in
+	        C code, so that when Zope reloads the module they don't get
+		recreated (causes problems with error handling, because the
+		IDs of the error classes change)
 
 Desired Features Not Yet Implemented: