Indeed was a fault of mine.
I haven't noticed that, in my code, before assigning the value I
converted the datetime.datetime.now() to string.
So the backend tries to assign a string, and not a date. With postgres
it dosn't matter (if the client and the server has the same
localization...) because of its auto-convert feature, but with oracle
it matters.
Now I assign the right object and it works.

Sorry for the mistake.

--

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