[sqlalchemy] QueuePool Problem

2008-12-04 Thread Jürgen Hauptmann
Jürgen Hauptmann 500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request. Traceback (most recent call last): File /usr/lib/python2.4/site-packages/cherrypy/_cprequest.py, line 551, in respond

[sqlalchemy] Re: Problem using utf-8

2008-09-18 Thread Jürgen Hauptmann
Thank you. Switching to 1.2.2 and using connect_args = {'use_unicode': False,'charset': 'utf8'} works fine for me. Jürgen Michael Bayer schrieb: I believe this is the ticket: http://sourceforge.net/tracker/index.php?func=detailaid=1592353group_id=22307atid=374932 its a little ambiguous as

[sqlalchemy] Problem using utf-8

2008-09-17 Thread Jürgen Hauptmann
Hi Im using utf-8 in my mysql tables. If i insert a String with German Umlaute like Ü it is converted to Ãœ in the database, it ist returned as Ü. - What can i do that this will be correctly saved? my connection looks like this: engine = create_engine('mysql://xxx:[EMAIL PROTECTED]/test123',