Hi, specifying the MySQL connection URI without a 'charset' parameter no longer works. The regression was introduced from 0.9.0b1 to 0.9.0b2. The following example demonstrates the problem:
from sqlobject import * sqlhub.processConnection = connectionForURI('mysql://[EMAIL PROTECTED]/test') class Person(SQLObject): name = StringCol() Person.dropTable(ifExists=True) Kind regards, Markus ------------------------------------------------------------------------- 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