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
..
Makefile.am Don't build/install mdb-sql if SQL is not supported 2021-03-23 15:53:43 -04:00
mdb-array.txt Man page and usage updates 2021-01-19 16:27:36 -05:00
mdb-count.txt Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-export.txt Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-header.txt Man page and usage updates 2021-01-19 16:27:36 -05:00
mdb-hexdump.txt Man page and usage updates 2021-01-19 16:27:36 -05:00
mdb-import.txt Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-json.txt Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-parsecsv.txt Man page and usage updates 2021-01-19 16:27:36 -05:00
mdb-prop.txt Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-queries.txt Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-schema.txt Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-sql.txt Postgres-style ILIKE operator (with Unicode support) (#244) 2021-08-04 14:45:31 -04:00
mdb-tables.txt Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-ver.txt Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
txt2man Include txt2man script (requires gawk) 2020-09-01 20:27:19 -04:00