summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-06-04 13:11:03 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-06-04 13:11:03 -0400
commit822786dfaea7a56b16669561b4818ca1bf3a800f (patch)
tree73022e0aeae30d80f8f537e9ee74293cefb6bb74 /lib/sqlalchemy/sql/compiler.py
parent55fa83fd39a0cd572e7d6426b059235d18a91e9d (diff)
downloadsqlalchemy-822786dfaea7a56b16669561b4818ca1bf3a800f.tar.gz
capture the really hard one in a test (hooray)
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
-rw-r--r--lib/sqlalchemy/sql/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py
index 6c0127ba2..3e159b112 100644
--- a/lib/sqlalchemy/sql/compiler.py
+++ b/lib/sqlalchemy/sql/compiler.py
@@ -1118,7 +1118,7 @@ class SQLCompiler(engine.Compiled):
return elem
- def _transform_select_for_nested_joins_orig(self, select):
+ def _transform_select_for_nested_joins(self, select):
adapters = []
stop_on = []