Commit 4344797e authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! SQLExpression: Fold _getSelectDict into __init__, its only caller.

parent 7c51ee61
......@@ -135,6 +135,7 @@ class SQLExpression(object):
select_dict = defaultDict(select_dict)
mergeable_set = set()
self.can_merge_select_dict = can_merge_select_dict
if can_merge_select_dict:
mergeable_set.update(select_dict)
for sql_expression in self.sql_expression_list:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment