Public Instance methods
empty_array_value
(op, cols)
Use a simple expression that is always true or false, never NULL.
[show source]
# File lib/sequel/extensions/empty_array_ignore_nulls.rb, line 26 def empty_array_value(op, cols) {1 => ((op == :IN) ? 0 : 1)} end