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

Matthew T. Kromer matt@zope.com
Thu, 31 Jan 2002 11:53:11 -0500


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

Modified Files:
	CHANGELOG 
Log Message:
Apply changes from Marc Wilhelm at Apollis Interactive AG (Mark dot Wilhelm AT 
ai dot AG)


=== Products/DCOracle2/CHANGELOG 1.43 => 1.44 ===
 	     o  Tweaked binary installer to only care about minor level
 	        of python 2.1
+	     o  Applied patches from Marc Wilhelm at Apollis Interactive
+	        for:
+		   - Releasing the statement handle when the per-cursor
+		     error handle allocation fails
+	           - Changing Cursor_fetch to raise an error when it is
+		     exhausted
+	           - Handling 10 digit PyNumbers which will fit in an int
+		   - A possible debug trace statement dereferenced a null
+		     pointer
+		   - Changed default size of stored procedure OUT parameters
+		     which are varchar2 to to be 32000 bytes
+		   - Retries an execute once on a ORA-0468 when stored
+		     procedure code changes
+	           - Changes to that short parameter lists to procedures
+		     will not raise an error [I may back this one out later]
+	           - Handle floating point conversion with ',' as the
+		     decimal separator
 
 Desired Features Not Yet Implemented: