[Zope-Checkins] CVS: Products/DCOracle2/DCOracle2 -
DCOracle2.py:1.103
Chris Withers
cvs-admin at zope.org
Thu Oct 30 10:30:34 EST 2003
Update of /cvs-repository/Products/DCOracle2/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv23610
Modified Files:
DCOracle2.py
Log Message:
Add missing connection parameter caught by new test suite.
=== Products/DCOracle2/DCOracle2/DCOracle2.py 1.102 => 1.103 ===
--- Products/DCOracle2/DCOracle2/DCOracle2.py:1.102 Tue Aug 26 14:12:18 2003
+++ Products/DCOracle2/DCOracle2/DCOracle2.py Thu Oct 30 10:30:32 2003
@@ -1195,7 +1195,7 @@
t = type(v)
if t == dco2.CursorType:
- v = cursor(v)
+ v = cursor(v,self._connection)
v.description = v.describe()
elif t == dco2.OracleDateType and DateConversion:
v = DateConversion(v)
More information about the Zope-Checkins
mailing list