Commit 9605fd9
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")),
)1 parent ca35964 commit 9605fd9
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
380 | 385 | | |
381 | 386 | | |
382 | 387 | | |
| |||
0 commit comments