[zope2-tracker] [Bug 401988] Re: z sql method gives inexplicable programming error

Reinout van Rees reinout at vanrees.org
Tue Jul 21 04:18:55 EDT 2009


This is not a bug, though handling encodings in zsql and database
adapter is always tricky.

You get an encoding error. And if you leave out "col2='bar'", it works.
This means that column 2 in your database contains non-ascii characters
like Rëinøût. Most probably you have to change encoding settings in your
database connector inside zope.

Suggested google terms: "encoding database connector zope" or so.

-- 
z sql method gives inexplicable programming error
https://bugs.launchpad.net/bugs/401988
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.


More information about the zope2-tracker mailing list