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

Matthew T. Kromer matt@zope.com
Tue, 14 May 2002 15:16:43 -0400


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

Modified Files:
	CHANGELOG 
Log Message:
Add BLOB/CLOB handing to stored procs, re collector issue #40.  Instead of
allocating a BindingArray for the OUT variables which are LOBs, a LobLocator
is allocated instead.  This doesn't support array output of LOBs, however.


=== Products/DCOracle2/CHANGELOG 1.53 => 1.54 ===
 		default mode is "Never" which is the old behavior, and requires
 		arguments to be explicitly passed. Collector # 47
+	     o  Add code to support CLOB and BLOB OUT variables from stored
+	        procedures.  Collector # 40
 
 Desired Features Not Yet Implemented: