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

Matthew T. Kromer matt@zope.com
Thu, 25 Oct 2001 10:46:31 -0400


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

Modified Files:
	CHANGELOG 
Log Message:
Updated changelog; put Oracle9i defs int dco2 and changed testora to detect
Oracle 9i


=== Products/DCOracle2/CHANGELOG 1.37 => 1.38 ===
 	        binaries for different platforms in the "binaries" directory.
 
-Release 1	October 10, 2001
+Release 1	October 25, 2001
 	     o  Added name-awareness to ZOracleDA so it will work as either
 	     	ZOracleDA or DCO2 for co-existence with DCOracle
 	     o  Set prefetch for all statements, default 200 rows & 1MB storage
@@ -183,6 +183,16 @@
 		be discarded before returning results.  This is significantly
 		faster than converting unwanted records into python object for
 		later discarding.
+	     o  Added Version() information on DCOracle2 connection objects
+	        to return a dictionary of version strings.
+	     o  Extended ZOracleDA debug panel on connection to include
+	        connection Version() identification and not raise an error
+		if debug tracing is not active.
+	     o  Corrected case where cursor execute() did not release the
+	        Python interpreter lock.
+	     o  Added buildDefs to dco2 module dictionary to see the defines
+	        detected by the testora script.  Detection of Oracle9i
+		also implies Oracle8i.
 
 Desired Features Not Yet Implemented: