Skip to content

Conversation

@boblail
Copy link
Contributor

@boblail boblail commented Feb 9, 2016

I think this is a bug in Arel:

people[:birthday].not_eq(nil) # => "people.birthday IS NOT NULL"
Arel.sql("values.value::date").not_eq(nil) # => "values.value != NULL"

The latter is invalid syntax.

This PR has a failing test, but not a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants