summaryrefslogtreecommitdiff
path: root/test/sql/select.py
diff options
context:
space:
mode:
authorJason Kirtland <jek@discorporate.us>2008-07-16 17:34:41 +0000
committerJason Kirtland <jek@discorporate.us>2008-07-16 17:34:41 +0000
commitb155b60280828b23d6b7f165f7d1c0b9e51b4250 (patch)
tree2449c1719e93424a623fdcdaffb46c70874e470c /test/sql/select.py
parent437dd22d49e69aa7555b37788ad5ca532a2f33c0 (diff)
downloadsqlalchemy-b155b60280828b23d6b7f165f7d1c0b9e51b4250.tar.gz
- Spiffed up the deprecated decorators & @flipped 'em up top
Diffstat (limited to 'test/sql/select.py')
-rw-r--r--test/sql/select.py2
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,