[20:24:22] Is there a method for the Api for addWhereIn() for constructing `WHERE 'foo' IN ['bar','baz']`? I can't obviously see oneā€¦ [21:13:51] [ 'foo' => [ 'bar', 'baz' ] ] should work on most of the SQL wrappers? [21:20:01] Oh, if that just works that's a fair bit nicer, yeah. [21:21:08] It should, yeah [21:21:32] and in most cases it'll do foo = bar when it's one item, and IN when it's more than one