diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-19 16:11:16 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-19 16:11:16 -0400 |
| commit | 90c8d8e0c9e2d0a9eeace7fa326df26a5f28465a (patch) | |
| tree | 48b1e7fa44d5368f56be00c78c0e3d647186c497 /test/dialect/test_postgresql.py | |
| parent | e4bc7d289477e22815f4c6ab86b3f0c1bf356e08 (diff) | |
| parent | c5c8cdf3b4d7dc456cfef29ea04b2b7300060c7a (diff) | |
| download | sqlalchemy-90c8d8e0c9e2d0a9eeace7fa326df26a5f28465a.tar.gz | |
merge tip
Diffstat (limited to 'test/dialect/test_postgresql.py')
| -rw-r--r-- | test/dialect/test_postgresql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index a605594d4..9ad46c189 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -1725,7 +1725,7 @@ class ServerSideCursorsTest(TestBase, AssertsExecutionResults): result.close() result = \ sess.query(Foo).execution_options(stream_results=True).\ - subquery().execute() + statement.execute() assert result.cursor.name result.close() finally: |
