]> 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:06:48 +0000 (18:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Feb 2011 23:06:48 +0000 (18:06 -0500)
commit4be34a26999bd54a9cbd2fc28512c18fb35ece64
tree70d2f345f3d541e923e5316b57f0dc0ffc3f9d24
parentd8aa3383d5c88e2b503087d6dd0480146fe8bdf5
  - 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