[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.41
Matthew T. Kromer
matt@zope.com
Fri, 4 Jan 2002 07:58:09 -0500
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv8190
Modified Files:
CHANGELOG
Log Message:
Updated None result handling; return None when ever a result is 0 length,
regardless of the indicator value. This may screw up a legitimate '' result.
=== Products/DCOracle2/CHANGELOG 1.40 => 1.41 ===
Post PR1
- o Return None if a SQL_DAT (date) is zero length, thanks
- to Uve Hoffmann for finding it.
+ o Return None on ALL result fetches if they are 0 length,
+ regardless of the type (may be bad). Uwe Hoffmann found
+ a definate problem with DATEs, and INTs seem to be suffering
+ as well.
Desired Features Not Yet Implemented: