Hi all, I upgraded to SA 0.6beta3 and suddenly I am getting a lot of "SAWarning: Unicode type received non-unicode bind param value" warnings for the code that worked OK on 0.5.x. The warnings occur even for values that are plain ascii (no code points above 127).
Does it mean I'll have to make sure my code uses Python unicode strings everywhere, even if it they are ascii? Here are some of the warnings: /xyzzy/lib/python2.5/site-packages/SQLAlchemy-0.6beta3-py2.5.egg/ sqlalchemy/dialects/mysql/base.py:960: SAWarning: Unicode type received non-unicode bind param value '1' /xyzzy/lib/python2.5/site-packages/SQLAlchemy-0.6beta3-py2.5.egg/ sqlalchemy/engine/default.py:472: SAWarning: Unicode type received non- unicode bind param value 'application/pdf' /xyzzy/lib/python2.5/site-packages/SQLAlchemy-0.6beta3-py2.5.egg/ sqlalchemy/engine/default.py:472: SAWarning: Unicode type received non- unicode bind param value '1fd67ac4162561def609a4862677cdbc' Sincerely, P.Krumins -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalch...@googlegroups.com. To unsubscribe from this group, send email to sqlalchemy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.