提交 ec72b6b3 编写于 作者: A Aaron Patterson

froms should never equal 0

上级 4dec00a9
......@@ -273,8 +273,6 @@ def build_joins(manager, joins)
if manager.froms.length > 0 && join_ast
join_ast.left = manager.froms.first
manager.from join_ast
elsif manager.froms.length == 0 && join_ast
manager.from(join_ast)
else
manager
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册