kmmndr opened this issue 8 years ago · 0 comments
Using Arel v6.0.4 Testing equality on named function produce wrong SQL code if value tested is nil.
v6.0.4
Nodes::NamedFunction.new('omg', [Arel.star]).eq(nil) => omg(*) = NULL