Files
mdbtools/doc
Evan Miller a44a8ed8ae Postgres-style ILIKE operator (with Unicode support) (#244)
Access's `LIKE` is actually case-insensitive, but to prevent breaking existing
programs that rely on mdbtools' case-sensitive behavior, introduce a new
`ILIKE` operator to perform a case-insensitive match. Use GLib's `g_utf8_casefold`
to make the comparison UTF-8 aware. A "poor man's" version is implemented
in fakeglib, which relies on `towlower`, and won't work with multi-grapheme
case transformations (e.g. German Eszett).

Fixes #233
2021-08-04 14:45:31 -04:00
..
2021-01-19 16:27:36 -05:00
2021-01-19 16:27:36 -05:00
2021-01-19 16:27:36 -05:00
2021-01-19 16:27:36 -05:00
2020-09-01 20:27:19 -04:00