mdbtools/include
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 distribute mdbver.h 2020-10-18 13:09:29 +00:00
mdbfakeglib.h Postgres-style ILIKE operator (with Unicode support) (#244) 2021-08-04 14:45:31 -04:00
mdbprivate.h Rename function to mdbi_rc4 to prevent it from being exported 2021-05-19 07:45:43 +02:00
mdbsql.h Bounds check mdb_sql_bind_column() 2020-11-08 08:50:17 -05:00
mdbtools.h Postgres-style ILIKE operator (with Unicode support) (#244) 2021-08-04 14:45:31 -04:00
mdbver.h.in Fix FSF address in headers 2013-07-04 13:50:33 +02:00