]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Tweaked the settings for mysql-connector-python; in Py2K, the
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Mar 2014 23:18:06 +0000 (19:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Mar 2014 23:18:06 +0000 (19:18 -0400)
commit50576a01eb39742632268fe1e595a554625171eb
treedfdc8410792c9b20786349f77026fbb8f7e6b500
parent460139f630a8db71f2a12eae0b95c75c858210f8
- 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
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/mysql/mysqlconnector.py
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_types.py
setup.cfg
test/profiles.txt
test/requirements.py