[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.51
Matthew T. Kromer
matt@zope.com
Tue, 23 Apr 2002 15:40:58 -0400
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv12272
Modified Files:
CHANGELOG
Log Message:
Fix null length read on LobLocators so it doesn't ask Oracle for something
that has 0 length on a read.
=== Products/DCOracle2/CHANGELOG 1.50 => 1.51 ===
o Fix named binds to be reprepared on every statement so
you can slip NULLS in on non-string columns (Uwe Hoffman)
+ Collector # 46
+ o Make LobLocator.read() of a zero length lob return a zero
+ length string without actually calling OCILobRead
+ (Peter Brandstrom) Collector # 45
Desired Features Not Yet Implemented: