mdbtools/src/util
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
..
bash-completion Modernize bash-completion 2020-10-27 00:05:26 +01:00
base64.h add base64 encoding implementation from Wikibooks 2015-02-19 21:05:49 +03:00
Makefile.am Don't build/install mdb-sql if SQL is not supported 2021-03-23 15:53:43 -04:00
mdb-array.c Deprecate mdb-array mdb-header mdb-parsecsv 2020-11-25 12:14:45 +01:00
mdb-count.c Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-export.c Changed the definition of gssize and fixed some memory leaks following code review. 2021-08-01 17:49:21 +01:00
mdb-header.c Deprecate mdb-array mdb-header mdb-parsecsv 2020-11-25 12:14:45 +01:00
mdb-import.c Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-json.c Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-parsecsv.c Deprecate mdb-array mdb-header mdb-parsecsv 2020-11-25 12:14:45 +01:00
mdb-prop.c Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-queries.c Add backticks around table names in mdb-query output (#307) 2021-06-02 10:34:35 -04:00
mdb-schema.c Add --version option to the CLI tools 2021-01-19 20:37:25 -05:00
mdb-sql.c Postgres-style ILIKE operator (with Unicode support) (#244) 2021-08-04 14:45:31 -04:00
mdb-tables.c mdb-tables: Support --version flag 2021-02-22 09:24:06 -05:00
mdb-ver.c Migrate to g_memdup2 (#288) 2021-04-05 09:04:29 -04:00
prcat.c Revert use of config.h 2013-07-15 02:42:12 +02:00
prdata.c Revert use of config.h 2013-07-15 02:42:12 +02:00
prdump.c Revert use of config.h 2013-07-15 02:42:12 +02:00
prfreemap.c Revert use of config.h 2013-07-15 02:42:12 +02:00
prindex.c Update mdb_index_hash_text() call to match latest signature 2018-01-19 05:51:00 -05:00
prkkd.c Revert use of config.h 2013-07-15 02:42:12 +02:00
prole.c Revert use of config.h 2013-07-15 02:42:12 +02:00
prtable.c Revert use of config.h 2013-07-15 02:42:12 +02:00
sargtest.c Handle errors from mdb_bind_column() 2020-10-31 09:46:00 +00:00
updrow.c Allow CFLGAS="-std=c99 -D_POSIX_C_SOURCE=2" 2014-12-28 12:36:55 +01:00