Sorry, my mess of emails appears to have confused you....  (youre
looking at the error with .3.10 not .4beta)

On 9/22/07, Michael Bayer <[EMAIL PROTECTED]> wrote:
>
>
> On Sep 22, 2007, at 3:45 PM, m h wrote:
>
> > So the failure is when CursorFairy executes the execute method on the
> > cx cursor.  Where does the SA converting returned types come into play
> > on this?
>
>
> because you sent me this stack trace:
>
> >> File "/home/matt/work/vpython/lib/python2.4/site-packages/
> >> SQLAlchemy-0.3.10-py2.4.egg/sqlalchemy/databases/oracle.py",
> >> line 117, in convert_result_value
> >>     return value.read()
> >> AttributeError: 'str' object has no attribute 'read'
> >>
>
> that line of code is only called within result-set processing, well
> after any statement execution occurs.
>

Sorry, that was the error when I tried (just for fun with .3.10)....

> now youre talking about getting an exception upon execute, which
> means the above stack trace should be totally impossible to get.
> Also, youre saying that removing the DBAPI adaptation somehow made
> the oracle error visible where it was not earlier, which is also
> strange; so I'd at least advise using the latest trunk and not beta5
> since i think we might have made some corrections to the exception
> handling.
>
> > Hmmm, this appears to be a regression since .3.7 worked....  I'm
> > assumming new CLOB code somewhere is overeager in converting to
> > CLOBs.....
>
> we arent converting CLOBs or anything like that.  the only thing that
> is different from 0.3.7 to now is that we do a little bit of
> conversion of Numeric types to Decimal objects.
>
> so the new error youre getting now puts it back in the "execution"
> camp.  you need to narrow down the query to the specific column
> expression and/or parameter thats making it break.
>

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