On Thu, Jun 15, 2006 at 09:01:59AM +0200, Ivan Horvath wrote: > but then i receive this error when i use get() this table > contains a TEXT field:
MySQLConnection.guessColumn() recognizes *TEXT fields as BLOBCol, which is probbaly wrong. The long way of patching should go to the following direction: patch col.py - SOStringLikeCol._mysqlType() should be similar to that of BLOBLCol; patch mysqlconnection to separately recognize *TEXT as StringCol and *BINARY as BLOBCol. 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