When I use "autoload=True" to reflect an Oracle table with a DATE
column containing a full date and time, the resulting python object is
a datetime.date, not datetime.datetime. Before updating to SA 0.6 I
used to get a datetime.datetime as expected.

If I override the reflected column with the DATETIME type from the
oracle dialect, I get what I expect.

Is there a way to configure the behaviour of the table reflection so
that I will get the type that I expect without having to explicitly
override column definitions?

Thanks

-- 
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