Fork me on GitHub
#honeysql
<
2021-01-20
>
dharrigan16:01:13

Can honeysql do multiple or's if a vector is passed in, ["A" "B"] -> select foo from bar where baz = "A" or baz = "b"?

seancorfield18:01:09

Why not [:in :baz ["A" "B"]]