On 9/26/07, Michael Bayer <mike...@zzzcomputing.com> 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.