I have a SQLServer DB with a table that has a column as datetime and its
default value is `getutcdate()` (on the server).

We are using stored procedures and are running DBSession.execute('sproc')
and to do a select on the table and the rows that are returned have weird
datetime values:

datetime.datetime(2013, 16, 136, 29, 231, 4, 3888128)

It seems be be completely missing its month.  In the db the value is:

2013-05-16 19:29:29.487

Any ideas what might cause this?

It is currently using SQLAlchemy 0.7.6

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to