]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added _with_options() to Connection. not publicizing this yet.
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Dec 2009 20:41:34 +0000 (20:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Dec 2009 20:41:34 +0000 (20:41 +0000)
commit404be6e76155a5ef48f3d4a2c1a7e5538de135e9
treeded6457b51484f57152f470b3f44077dbb164437
parentbc9e742b646f8dcd3e8a35c2ecda96bebed87d3c
- added _with_options() to Connection.  not publicizing this yet.
- updated oursql driver with latest fixes using options. [ticket:1613]
- all the MySQL drivers get a shoutout in the docs
- marked tests that OurSQL has problems with (only three), passes 100% now
doc/build/reference/dialects/mysql.rst
lib/sqlalchemy/dialects/mysql/oursql.py
lib/sqlalchemy/dialects/mysql/pyodbc.py
lib/sqlalchemy/engine/base.py
test/engine/test_transaction.py
test/orm/test_unitofwork.py