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

Matthew T. Kromer matt@zope.com
Thu, 21 Nov 2002 10:42:14 -0500


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

Modified Files:
	CHANGELOG 
Log Message:
Py_INCREF the second operand to OracleDate_coerce when successful coercion
occurs (since on success, the caller Py_DECREFs it).


=== Products/DCOracle2/CHANGELOG 1.68 => 1.69 ===
--- Products/DCOracle2/CHANGELOG:1.68	Fri Oct 25 10:35:26 2002
+++ Products/DCOracle2/CHANGELOG	Thu Nov 21 10:42:13 2002
@@ -281,6 +281,9 @@
 	     o  Add __iter__ and next() support on cursors, from Gene Cash.
 	        Raises a IndexError on pythons under 2.2 when next() is called
 		and no more results are in the result set.
+             o  Fix coerce function in OracleDates to Py_INCREF arg 2 when
+	        successful coercion occurs, arg 2 is otherwise untouched.
+
 
 Desired Features Not Yet Implemented: