On Wed, May 09, 2007 at 10:03:16AM +0200, Markus Gritsch wrote:
> specifying the MySQL connection URI without a 'charset' parameter no
> longer works.  The regression was introduced from 0.9.0b1 to 0.9.0b2.

   That, of course, is after the unicode patch.

> 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)

   And what is the traceback? I don't have MySQL...

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