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

we should always cast the value based on the column

上级 bef5b826
......@@ -277,7 +277,7 @@ def type_cast_calculated_value(value, column, operation = nil)
else type_cast_using_column(value, column)
end
else
value
type_cast_using_column(value, column)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册