diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-03-26 21:40:05 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-03-26 21:40:05 -0400 |
| commit | ebd0fdad737c2ee79e9cde90f350a705307be578 (patch) | |
| tree | 279925102029d3c4747d693fa2027c09c18ae87f /test/engine/test_execute.py | |
| parent | e3dbb87d94e9caaec66bb141852fcd53caec3dea (diff) | |
| download | sqlalchemy-ebd0fdad737c2ee79e9cde90f350a705307be578.tar.gz | |
- convert @provide_metadata to use self access
- having occasional issues with BasicEntity grabbing, if it persists
may have to pass an explicit base class into setup_classes()/setup_mappers()
Diffstat (limited to 'test/engine/test_execute.py')
| -rw-r--r-- | test/engine/test_execute.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index 44a9316cc..f70d56527 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -384,6 +384,7 @@ class ResultProxyTest(TestBase): @testing.provide_metadata def test_no_rowcount_on_selects_inserts(self): + metadata = self.metadata """assert that rowcount is only called on deletes and updates. This because cursor.rowcount can be expensive on some dialects |
