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

Matthew T. Kromer matt at zope.com
Wed Aug 27 12:52:00 EDT 2003


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

Modified Files:
	CHANGELOG 
Log Message:
Mihai Ibanescu points out that if you do a cursor.prepare() followed by a 
cursor.describe(), you segfault.  This is not a normal code path, but segfaults
are still bad.


=== Products/DCOracle2/CHANGELOG 1.80 => 1.81 ===
--- Products/DCOracle2/CHANGELOG:1.80	Wed Aug 27 10:40:02 2003
+++ Products/DCOracle2/CHANGELOG	Wed Aug 27 11:51:29 2003
@@ -340,6 +340,8 @@
              o  Make the NATIVENUMERIC detection be friendly to Python 1.5.2
 	     o  Fixed a memory leak on cursor fetch where a descriptor
 	        returned by OCIParamGet was not freed with OCIDescriptorFree.
+             o  Make a describe() on a prepared but not execute()d cursor
+	        not segfault (return a ProgrammingError).
 
 Desired Features Not Yet Implemented:
 




More information about the Zope-Checkins mailing list