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

Matthew T. Kromer matt@zope.com
Wed, 5 Feb 2003 10:20:02 -0500


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

Modified Files:
	CHANGELOG 
Log Message:
Add SQLT_VNU support to OUT bindings for stored procedures to help Oracle
figure out overloaded procedure bindings.


=== Products/DCOracle2/CHANGELOG 1.72 => 1.73 ===
--- Products/DCOracle2/CHANGELOG:1.72	Sat Dec 21 15:27:36 2002
+++ Products/DCOracle2/CHANGELOG	Wed Feb  5 10:19:30 2003
@@ -306,6 +306,10 @@
 		function DateFromTicks() presumes that ticks is in GMT; as
 		such, the date generated will NOT match local time (well
 		except in the UK, half the year).
+	     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.
+		
 
 Desired Features Not Yet Implemented: