diff options
| author | Jason Kirtland <jek@discorporate.us> | 2008-07-16 17:34:41 +0000 |
|---|---|---|
| committer | Jason Kirtland <jek@discorporate.us> | 2008-07-16 17:34:41 +0000 |
| commit | b155b60280828b23d6b7f165f7d1c0b9e51b4250 (patch) | |
| tree | 2449c1719e93424a623fdcdaffb46c70874e470c /test/sql | |
| parent | 437dd22d49e69aa7555b37788ad5ca532a2f33c0 (diff) | |
| download | sqlalchemy-b155b60280828b23d6b7f165f7d1c0b9e51b4250.tar.gz | |
- Spiffed up the deprecated decorators & @flipped 'em up top
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/select.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/select.py b/test/sql/select.py index ddd8ede42..70d21798c 100644 --- a/test/sql/select.py +++ b/test/sql/select.py @@ -962,7 +962,7 @@ UNION SELECT mytable.myid FROM mytable" self.assert_compile(s, "SELECT foo, bar UNION SELECT foo, bar UNION (SELECT foo, bar UNION SELECT foo, bar)") - @testing.uses_deprecated('//get_params') + @testing.uses_deprecated() def test_binds(self): for ( stmt, |
