]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
MySQL-connector dialect now allows options in the create_engine
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Oct 2013 18:09:35 +0000 (14:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Oct 2013 18:09:53 +0000 (14:09 -0400)
commit0cea9fd61c59b68dd7e027bec92a67ebbea239fc
treefedfe3fec1dd98777ed258c4c9dfa2e472c0a1b8
parent70fdd3efa7a9a9a0fcf6cebf0853c44f04cf9a04
MySQL-connector dialect now allows options in the create_engine
query string to override those defaults set up in the connect,
including "buffered" and "raise_on_warnings".
[ticket:2515]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mysql/mysqlconnector.py
test/dialect/mysql/test_dialect.py