On Wed, Jun 07, 2006 at 04:41:55PM +0200, Ivan Horvath wrote: > ts_project(title=u"ivan project1") > formencode.api.Invalid: expected an int in the IntCol 'clientID', got <type > 'unicode'> u'0' instead > > i think this is also not correct, here should be done also a kind > of conversion regarding default values. > the problem is that i don't know how, where to make this > modification or is it necessary, but i think yes.
It seems MySQLConnection.columnsFromSchema() got a string from MySQL for default value. It is in mysqlconnection.py. 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