Adds multiple WHERE conditions combined with OR.
Sqler whereOr(List<Condition> conditions) { return where(OrWhere(conditions)); }