On May 12, 2010, at 10:50 AM, Filippo Spiga wrote:

> Dear all, I'm a bit confused about this fact. I create a table with
> TIMESTAMP fields. The, I execute a SELECT. The formated objects that
> SQLAlchemy return me are python DATETIME, not a "timestamp".Is it
> normal?

not sure what the question is here.

TIMESTAMP will always generate TIMESTAMP on the DDL side if you use 0.6.

In Python, you only have datetime.datetime() objects as actual values.  There 
is no "TIMESTAMP" value-holding object in Python.


> 

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