Re: [python-win32] Fwd: [DB-SIG] adodbapi return datetime

2009-02-10 Thread Mark Hammond
On 11/02/2009 3:15 AM, Vernon Cole wrote: My feeling is "yes", because 1) the Python 3.0 version of pywin32 will return COM date-times as datetime.datetime 2) mx.DateTime is not (yet?) available on Python 3.0 nor IronPython 3) as William said, it IS weird to silently change when mxbase is loaded

[python-win32] Fwd: [DB-SIG] adodbapi return datetime

2009-02-10 Thread Vernon Cole
This is a copy of a message I just sent to dbsig. I would like the opinions of this group as well. This is a poll: Should adodbapi be changed so that datetime.datetime is the default return type for SQL date-time columns? (The present implementation will default to mx.DateTime if present.) My fe