diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-03-27 17:19:00 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-03-27 17:19:00 -0400 |
commit | 7b24e458c7523694ab07acb31b67d1c00e7a266a (patch) | |
tree | e3f2319b6e9df82492ec9719bbfc2884b792a1a3 /test/sql/test_quote.py | |
parent | 68a350d462b6840d6623a89565f8febf3a997830 (diff) | |
download | sqlalchemy-7b24e458c7523694ab07acb31b67d1c00e7a266a.tar.gz |
- move all the comments that got shoved below the fixture grabs back up
Diffstat (limited to 'test/sql/test_quote.py')
-rw-r--r-- | test/sql/test_quote.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_quote.py b/test/sql/test_quote.py index 6caf55d91..c421a521f 100644 --- a/test/sql/test_quote.py +++ b/test/sql/test_quote.py @@ -148,6 +148,7 @@ class QuoteTest(fixtures.TestBase, AssertsCompiledSQL): where the "UPPERCASE" column of "LaLa" doesnt exist. """ + x = table1.select(distinct=True).alias("LaLa").select().scalar() def testlabels2(self): |