[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.50
Matthew T. Kromer
matt@zope.com
Tue, 23 Apr 2002 14:54:47 -0400
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv18581
Modified Files:
CHANGELOG
Log Message:
Reprepare statments when named binds are used (Uwe Hoffman)
=== Products/DCOracle2/CHANGELOG 1.49 => 1.50 ===
nonexistant.
-Post PR1
+Release 1.1
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
@@ -218,6 +218,9 @@
o Made isdst flag for creation of OracleDates default to
unknown, rather than no DST
o Gave OracleDates a __cmp__ method so they can be compared
+Post Release 1.1
+ o Fix named binds to be reprepared on every statement so
+ you can slip NULLS in on non-string columns (Uwe Hoffman)
Desired Features Not Yet Implemented: