Thanks, I guess I can do this: db[:people].where(Sequel::SQL::BooleanExpression.new(operator, column, value))
How would it work for unary operators, like NOT NULL? Also, is explicit usage of Sequel::SQL::BooleanExpression a supported public API (same guarantees of backwards compatibility)? -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/OI5_kkddfQQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
