Sql alchemy returns datetime.datetime objects upon querying a datetime
column. We have our own custom datetime classes and I would like Sql
alchemy to understand or return these custom datetime objects instead
of datetime.datetime objects.  I would also like sql alchemy to
understand our custom datetime objects while constructing the query.

How can I teach sql alchemy to do all these?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to