Skip to content

Add support for ILIKE ANY

Latest
Compare
Choose a tag to compare
@ido50 ido50 released this 09 Oct 13:47
· 1 commit to master since this release
Add ILIKE ANY

This commit adds the ability to use ILIKE ANY to find case-insensitive
values.

Example: q.Where(
	sqlz.LikeAny(mySlice,sqlz.Indirect("myColumn")),
)