diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-22 19:05:22 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-22 19:25:13 -0400 |
commit | db853306c40437a8ad3dc9f510865820a941c3b5 (patch) | |
tree | d7f28608007ebd54cf19b56e87f9e963c67734d8 /lib/sqlalchemy/testing/assertsql.py | |
parent | ddab2d2351fc79138dcbe650c12f2e153dae4751 (diff) | |
download | sqlalchemy-db853306c40437a8ad3dc9f510865820a941c3b5.tar.gz |
- Fixed unicode support for PyMySQL when using an "executemany"
operation with unicode parameters. SQLAlchemy now passes both
the statement as well as the bound parameters as unicode
objects, as PyMySQL generally uses string interpolation
internally to produce the final statement, and in the case of
executemany does the "encode" step only on the final statement.
fixes #3337
Diffstat (limited to 'lib/sqlalchemy/testing/assertsql.py')
0 files changed, 0 insertions, 0 deletions