On Nov 15, 2007, at 1:36 PM, Eric wrote:

>
> Replacing OracleDate with OracleDateTime in oracle.py, and the script
> produces:
>
> $ python sa.py
> (datetime.datetime(2007, 1, 1, 3, 15),)
>
> Which is what I expect (and what I used to get in 0.3.8, although it's
> locally patched and I can't swear that oracle.py wasn't patched for
> some other reason).
>
> For now, I'm just going to apply the OracleDateTime patch locally, but
> it would be nice if this were fixed in sqlalchemy itself.
>

yes, this was in my previous email:

>>  We
>> might look into changing that to an OracleDateTime for autoload=True
>> on the next release.  In the meantime, override your reflected DATE
>> column with an OracleDateTime type.

though we dont have any 0.3 releases planned in the near future, we'll  
probably get it into 0.4.1 .

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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