From 703ce7f1791c1143eb983c38e3bd627984ea1953 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 5 Sep 2010 14:44:58 -0400 Subject: - rewrote the "connections" section - improved pool docs - typos etc. - ClauseElement.execute() and scalar() make no sense - these are depreacted. The official home is Executable. - alias() is not executable, allowing it is sloppy so this goes under the deprecated umbrella --- test/sql/test_query.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sql/test_query.py') diff --git a/test/sql/test_query.py b/test/sql/test_query.py index 0a496906d..d78ddbb57 100644 --- a/test/sql/test_query.py +++ b/test/sql/test_query.py @@ -743,6 +743,7 @@ class QueryTest(TestBase): r = testing.db.execute('select user_name from query_users').first() eq_(len(r), 1) + @testing.uses_deprecated(r'.*which subclass Executable') def test_cant_execute_join(self): try: users.join(addresses).execute() -- cgit v1.2.1