]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- don't call get_lastrowid() on explicit returning
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Oct 2012 21:36:02 +0000 (17:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Oct 2012 21:36:02 +0000 (17:36 -0400)
commitef7c2f359dcb88577a9aa37256d5060c2c87d2af
tree5c5ff37246d4808818bf9ab939f2e8a9124f3aad
parent1c3e3225521647cc843a633e34ed84e1ca4e797a
- don't call get_lastrowid() on explicit returning
- don't hardwire "subqueries" requirement in the base, mysql < 4.1 isn't working anyway
- don't need explicit FB/PG exclusions in test_returning
- hit db.connect() for the returning requirement
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/testing/assertions.py
lib/sqlalchemy/testing/fixtures.py
lib/sqlalchemy/testing/requirements.py
test/sql/test_returning.py