Ed Leafe wrote:
> 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?
>

The whole stmt was created by the cursor class.

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

Which change to dCursorMixin?
I you are talking about passing the charset to the backends connect
call then i can assure you that this is in place.
I have a ugApp which overrides dApp for the getConnectionByName call
to pass in the correct charset.

Uwe


_______________________________________________
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