[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.70
Matthew T. Kromer
matt@zope.com
Thu, 21 Nov 2002 11:08:36 -0500
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv4581
Modified Files:
CHANGELOG
Log Message:
Add patch for date conversion for dates that are only times (so that int(T)
is not -1, but instead is the number of seconds since midnight). Thanks Bo.
=== Products/DCOracle2/CHANGELOG 1.69 => 1.70 ===
--- Products/DCOracle2/CHANGELOG:1.69 Thu Nov 21 10:42:13 2002
+++ Products/DCOracle2/CHANGELOG Thu Nov 21 11:08:36 2002
@@ -283,6 +283,8 @@
and no more results are in the result set.
o Fix coerce function in OracleDates to Py_INCREF arg 2 when
successful coercion occurs, arg 2 is otherwise untouched.
+ o Date conversion to int will use time only for dates with
+ a year of zero (presumed to be just times)
Desired Features Not Yet Implemented: