On 9/26/07, Michael Bayer <[EMAIL PROTECTED]> wrote:
>
>
> On Sep 25, 2007, at 7:30 PM, m h wrote:
>
> >
> > Have updated the ticket with my fix....  change the dbapi_type of
> > OracleText from CLOB to NUMBER....  I'm not sure if this breaks others
> > code
> >
>
> the bug is, the type of the bind parameters should be coming out as
> VARCHAR, not CLOB.  NUMBER is definitely wrong.
>
> perchance, is the type of the column cal_dim.c.adwkenddt a CLOB ?
> (i.e. String with no length?)  you didnt put the table on the ticket
> so i actually cannot test it (its an incomplete test case).  just add
> a length and the whole thing should work.
>

Nope, not a CLOB, it's a DATE field.

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