Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds the ability to use ILIKE ANY to find case-insensitive values. Example: q.Where( sqlz.LikeAny(mySlice,sqlz.Indirect("myColumn")), )
- Loading branch information