Skip to content

Releases: ido50/sqlz

Add support for ILIKE ANY

09 Oct 13:47

Choose a tag to compare

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")),
)