Hi

SQLAlchemy==0.9.3 and Versioned mixin pattern are used.

I've encountered a problem when timezones are used in date & time fields 
e.g.: DateTime(timezone=True).
In Versioned mixin, create_version functions fails at 
attributes.get_historyfunction with the exception as follows:
can't compare offset-naive and offset-aware datetimes.
Is there any other place in SA to set when timezone aware comparison should 
be done to get historical data or this is a bug?

Thanks,
Artur

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to