]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- oursql dialect accepts the same "ssl" arguments in
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Feb 2011 23:04:54 +0000 (18:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Feb 2011 23:04:54 +0000 (18:04 -0500)
commitad8700a556d3ec9368dd80238dfddf456eeccd5f
tree26f4b05cdf7b63a5e66713759f2014a96b1bbf9c
parentf367117562f3f75db53406f09bc402a7e14e96f4
- oursql dialect accepts the same "ssl" arguments in
create_engine() as that of MySQLdb.  [ticket:2047]
CHANGES
lib/sqlalchemy/dialects/mysql/oursql.py
test/dialect/test_mysql.py