On Jun 20, 2007, at 10:58 AM, Uwe Grauer wrote:

> I debuged it and the statement in the debugger is:
> u"update ETYP set ETYP.e_val = 'asdf\xf6' where ETYP.iid=1000002 "
>
> 'asdf\xf6' should be 'asdfö' (german oe).
>
> If i try the statement (with 'asdfö' in python code, it works.
>
> Any hints on what could cause this error?

        I'm not sure which statement this is. Did you pass the parameters to  
the execute method, or did the cursor class try to create the whole  
statement?

        BTW, what is the status of the change to dCursorMixin that was  
supposed to preserve parameters and pass them to the backend, instead  
of forcing them into the SQL at the Dabo level? Is that in place yet?

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to