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

Matthew T. Kromer matt@zope.com
Tue, 29 Jan 2002 11:35:20 -0500


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

Modified Files:
	CHANGELOG 
Log Message:
Added thread logging and added error handles to cursors and lobs; so that 
the wrong error does not get attached due to a thread switch. 
(Reported by Alexander Craemer)


=== Products/DCOracle2/CHANGELOG 1.41 => 1.42 ===
 
 Post PR1	
+	     o  Return None if a SQL_DAT (date) is zero length, thanks
+	        to Uve Hoffmann for finding it.
  	     o  Return None on ALL result fetches if they are 0 length,
 	        regardless of the type (may be bad).  Uwe Hoffmann found
 		a definate problem with DATEs, and INTs seem to be suffering
 		as well.
+	     o  Added thread logging
+	     o  Added per-cursor and per-LOB error handles, so routines
+	        don't get the wrong error message because they used the
+		connection's error handle
 
 Desired Features Not Yet Implemented: