Skip to content

Commit

Permalink
Doc: remove mention to ILIKE in SQL SQLite dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Aug 30, 2024
1 parent 93d545a commit 9b1ab02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/user/sql_sqlite_dialect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ In SQLite, the LIKE operator is case insensitive, unless ``PRAGMA case_sensitive
has been issued.

Starting with GDAL 3.9, GDAL installs a custom LIKE comparison, such that UTF-8
characters are taken into account by ``LIKE`` and ``ILIKE`` operators.
For ILIKE case insensitive comparisons, this is restricted to the
characters are taken into account by ``LIKE`` operator.

For case insensitive comparisons, this is restricted to the
`ASCII <https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)>`__,
`Latin-1 Supplement <https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)>`__,
`Latin Extended-A <https://en.wikipedia.org/wiki/Latin_Extended-A>`__,
Expand Down

0 comments on commit 9b1ab02

Please sign in to comment.