diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-12 14:56:15 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-12 14:56:15 -0400 |
commit | 623e5b2149499d81d42936cd2907ebcc3ca48e8c (patch) | |
tree | 89906b19ae3208ef0b6066477f28c1849ddc73fe /test/sql/test_compiler.py | |
parent | 09e698c6025b622de889dc11e3fbc38da11f291a (diff) | |
parent | 0f0e305d25b6da1d42259e53ebd48712dfae5f40 (diff) | |
download | sqlalchemy-623e5b2149499d81d42936cd2907ebcc3ca48e8c.tar.gz |
Merge remote-tracking branch 'origin/pr/163' into pr163
Diffstat (limited to 'test/sql/test_compiler.py')
-rw-r--r-- | test/sql/test_compiler.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/sql/test_compiler.py b/test/sql/test_compiler.py index 4b143c150..4bdd9fcdc 100644 --- a/test/sql/test_compiler.py +++ b/test/sql/test_compiler.py @@ -3523,7 +3523,3 @@ class ResultMapTest(fixtures.TestBase): (table1.c.description, 'description', 'description'), table1.c.description.type)} ) - - - - |