mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
![]() 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 |
||
---|---|---|
.. | ||
Makefile.am | ||
mdb-array.txt | ||
mdb-count.txt | ||
mdb-export.txt | ||
mdb-header.txt | ||
mdb-hexdump.txt | ||
mdb-import.txt | ||
mdb-json.txt | ||
mdb-parsecsv.txt | ||
mdb-prop.txt | ||
mdb-queries.txt | ||
mdb-schema.txt | ||
mdb-sql.txt | ||
mdb-tables.txt | ||
mdb-ver.txt | ||
txt2man |