Dave,

>    I recently upgraded from SQLAlchemy 0.3.8 to 0.3.10.  The only
>problem I ran into is that 0.3.10 no longer allows you to set datetime
>columns using strings.
>  
>
What database are you using? I did some rework around MSSQL and dates 
between those versions.

You now need to use datetime.* objects; it was a bug that it previously 
allowed strings. The problem with string is that it makes you dependent 
on the date format configured in the database. This had caused me a 
problem is live app - when the damn database got rebuilt and configured 
a little differently.

Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to