[Zope-Checkins] CVS: Products/DCOracle2 - db.py:1.11
Matthew T. Kromer
matt@zope.com
Mon, 5 Nov 2001 11:15:08 -0500
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv19277
Modified Files:
db.py
Log Message:
Peter Brandstrom pointed out that lob length wasnt showing up in wrapped
LOBs.
=== Products/DCOracle2/db.py 1.10 => 1.11 ===
self.write = lob.write
self.trim = lob.trim
+ self.length = lob.length
# This would do an implicit LOB read, but its probably bad
#def __str__(self):