]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Changed the default value of "raise_on_warnings" to False for
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2014 20:04:07 +0000 (16:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2014 20:04:07 +0000 (16:04 -0400)
commit2b85e80d75f58a7691533a44693378e28ead752c
treea30099e5221ab4f602705589ac205212617db9a0
parent04e9a81136902862edfd23d63bfab8dfb0953cc3
- Changed the default value of "raise_on_warnings" to False for
MySQLconnector.  This was set at True for some reason.  The "buffered"
flag unfortunately must stay at True as MySQLconnector does not allow
a cursor to be closed unless all results are fully fetched. fixes #2515
- lots of MySQL tests seemed to not be hitting all backends, so we should
be getting some mysqlconnector failures now
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/mysql/mysqlconnector.py
test/dialect/mysql/test_dialect.py
test/dialect/mysql/test_query.py
test/dialect/mysql/test_reflection.py
test/dialect/mysql/test_types.py