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

unscoping a where should remove bind values

上级 8b9ddab2
......@@ -861,6 +861,8 @@ def symbol_unscoping(scope)
when :order
self.reverse_order_value = false
result = []
when :where
self.bind_values = []
else
result = [] unless single_val_method
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册