On Wed, Jun 14, 2006 at 03:53:33PM +0200, Ivan Horvath wrote: > i've sent you the mysqlconnection.py couple a days ago. > a modification was done because if there is a unicode support, the > varchar, blob fields value wasn't receive as unicode
I am looking into it right now. And I don't like it. if (colClass == col.StringCol or colClass == col.BLOBCol) and self.kw['use_unicode']: colClass = col.UnicodeCol This breaks BLOBCol forever (BLOBCol has a special validator). Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss