[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.63
Matthew T. Kromer
matt@zope.com
Mon, 9 Sep 2002 09:22:59 -0400
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv17096
Modified Files:
CHANGELOG
Log Message:
Check in fix for collector issue 64, using LONG parameters in executemany()
=== Products/DCOracle2/CHANGELOG 1.62 => 1.63 ===
--- Products/DCOracle2/CHANGELOG:1.62 Wed Aug 21 11:31:11 2002
+++ Products/DCOracle2/CHANGELOG Mon Sep 9 09:22:28 2002
@@ -265,6 +265,8 @@
thanks to Uwe Hoffman (Collector #58)
o Change CONVERTOUTF(SQLT_DAT) to use unsigned char for
data manipulation (Collector #59)
+ o Cast LONGs to string for executemany() (Collector #64)
+ so they do not overflow the BindingArray buffer.
Desired Features Not Yet Implemented: