]> 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:35 +0000 (14:09 -0400)
commit366e74b1bef36d384da4da8ff68751d68ba078f6
tree189b64493972b1a6eb4475842b2829951dbbcaac
parenta2cce1bf43552e699f2babe7e4750354f2d580fe
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