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

Matthew T. Kromer matt@zope.com
Thu, 13 Feb 2003 19:01:50 -0500


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

Modified Files:
	CHANGELOG 
Log Message:
DB API 2.0 test suite compatibility fixes


=== Products/DCOracle2/CHANGELOG 1.73 => 1.74 ===
--- Products/DCOracle2/CHANGELOG:1.73	Wed Feb  5 10:19:30 2003
+++ Products/DCOracle2/CHANGELOG	Thu Feb 13 19:01:19 2003
@@ -267,7 +267,7 @@
 	        data manipulation (Collector #59)
 	     o  Cast LONGs to string for executemany() (Collector #64)
 	        so they do not overflow the BindingArray buffer.
-Post 1.2 CVS
+Release 1.3 beta1
 	     o  Add Uwe Hoffman's long fetch status code patch
 	     o  Fix LOB copy routine to set the indicator to 0, because
 	        it was allocated as -1 (NULL) and that turns lobs into
@@ -309,7 +309,17 @@
 	     o  Add NativeNumeric detection for LOB parameter binding of
 	        type SQLT_NUM on OUT parameters; make it use SQLT_VNU for
 		new native numeric support if its available.
-		
+Post Release 1.3 CVS
+	     o  Added DB API test suite harness (thanks Stuart for the suite!)
+             o  Add an explicit "close" method to connection objects which
+	        will forceibly disconnect from Oracle
+             o  Make cursor result sets raise an error if no description
+	        is available (DBAPI 2 test suite fix)
+	     o  Fix rowcount to set row count to -1 for all cases except
+	        INSERT, UPDATE, and DELETE statements because it isn't 
+		accurate otherwise (for DBAPI 2 test suite)
+             o  Fix testmany batch size to actually pay attention to the
+	        run time array size. (DBAPI 2 test suite fix)
 
 Desired Features Not Yet Implemented: