Re: [SQLObject] Regression in SQLObject-0.9.0b2 MySQL Backend

2007-05-10 Thread Markus Gritsch
On 5/10/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: >Thank you. The fix will be in the next release. I think I can release > 0.9.0 finally. I think so too. - This SF.net email is sponsored by DB2 Express Download DB2 Ex

Re: [SQLObject] Regression in SQLObject-0.9.0b2 MySQL Backend

2007-05-10 Thread Oleg Broytmann
On Thu, May 10, 2007 at 12:01:30PM +0200, Markus Gritsch wrote: > On 5/10/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > > Thank you. Does the attached patch help? > > Yes. Thank you. The fix will be in the next release. I think I can release 0.9.0 finally. Oleg. -- Oleg Broytmann

Re: [SQLObject] Regression in SQLObject-0.9.0b2 MySQL Backend

2007-05-10 Thread Markus Gritsch
On 5/10/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: >Thank you. Does the attached patch help? Yes. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take contro

Re: [SQLObject] Regression in SQLObject-0.9.0b2 MySQL Backend

2007-05-10 Thread Oleg Broytmann
On Thu, May 10, 2007 at 11:09:19AM +0200, Markus Gritsch wrote: > File > > "C:\Python25\lib\site-packages\SQLObject-0.9.0b2-py2.5.egg\sqlobject\mysql\mysqlconnection.py", > line 82, in makeConnection >conn.set_character_set(self.dbEncoding) > File "C:\Python25\lib\site-packages\MySQLdb\con

Re: [SQLObject] Regression in SQLObject-0.9.0b2 MySQL Backend

2007-05-10 Thread Markus Gritsch
On 5/10/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: >And what is the traceback? I don't have MySQL... Traceback (most recent call last): File "sepp.py", line 8, in Person.dropTable(ifExists=True) File "C:\Python25\lib\site-packages\SQLObject-0.9.0b2-py2.5.egg\sqlobject\main.py", li

Re: [SQLObject] Regression in SQLObject-0.9.0b2 MySQL Backend

2007-05-10 Thread Oleg Broytmann
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 p

[SQLObject] Regression in SQLObject-0.9.0b2 MySQL Backend

2007-05-09 Thread Markus Gritsch
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') c