diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-04 17:36:02 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-04 17:36:02 -0400 |
| commit | ef7c2f359dcb88577a9aa37256d5060c2c87d2af (patch) | |
| tree | 5c5ff37246d4808818bf9ab939f2e8a9124f3aad /lib/sqlalchemy/testing/fixtures.py | |
| parent | 1c3e3225521647cc843a633e34ed84e1ca4e797a (diff) | |
| download | sqlalchemy-ef7c2f359dcb88577a9aa37256d5060c2c87d2af.tar.gz | |
- 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
Diffstat (limited to 'lib/sqlalchemy/testing/fixtures.py')
| -rw-r--r-- | lib/sqlalchemy/testing/fixtures.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/fixtures.py b/lib/sqlalchemy/testing/fixtures.py index 018276d4d..1a1204898 100644 --- a/lib/sqlalchemy/testing/fixtures.py +++ b/lib/sqlalchemy/testing/fixtures.py @@ -202,7 +202,6 @@ class TablesTest(TestBase): class _ORMTest(object): - __requires__ = ('subqueries',) @classmethod def teardown_class(cls): |
