eq
Equivalent to = in SQL
Equivalent to = in SQL.
Note: enum values bind by their Kotlin constant name, not @SerialName. For a constant annotated with @SerialName, pass the serial-name string instead (e.g. eq "active") — the typed enum form would silently not match. See the Querying guide and #11.