On 2009-01-29 19:25, Vernon Cole wrote:
> Dear eGenix Team:
> 
>>>> import mx.DateTime
>>>> import datetime
>>>> md = mx.DateTime.Timestamp(1950,6,12,12,30,0)
>>>> dd = datetime.datetime(1950,6,12,12,30,0)
>>>> if md == dd: print 'It works!'
> ...
> It works!
> 
> Thank you on behalf of  adodbapi users everywhere who's programs will no
> longer mysteriously raise errors when they install mx Base (and, by default,
> suddenly start getting SQL date-time values of an entirely different type).

FWIW: The above has worked ever since we released egenix-mx-base 3.0
in May 2007.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jan 29 2009)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to