[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Tweaked the settings for mysql-connector-python;
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-27 23:19:04
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/50576a01eb39/ Changeset: 50576a01eb39 Branch: None User: zzzeek Date: 2014-03-28 00:18:06 Summary: - Tweaked the settings for mysql-connector-python; in Py2K, the "supports unicode statements" flag is now False, so that SQLAlchemy will encode the *SQL string* (note: *not* the parameters) to bytes before sending to the database. This seems to allow all unicode-related tests to pass for mysql-connector, including those that use non-ascii table/column names, as well as some tests for the TEXT type using unicode under cursor.executemany(). - other mysql-connector fixes; latest version seems to do better on function call counts Affected #: 7 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |