On Thu, Jun 28, 2007 at 04:36:04PM +0200, Tom Arild Naess wrote:
> What should I do with the data before sending them to SQLObject?

   I don't know. I don't use MySQL. IWBN if you investigate the field and
create a patch. Let's start with something like

                  try:
                      query = unicode(query, self.encoding)
                  except UnicodeError:
                     pass

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to