nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.75k stars 120 forks source link

unicode.md: write about NOCASE collation #5

Closed and-se closed 3 years ago

and-se commented 3 years ago

Hello! Documentation about sqlite3unicode extension doesn't say about collations (it has no deal with functions like upper(), lower() etc). If you look at the source code, it overrides standard nocase collation: https://github.com/nalgeon/sqlite-plus/blob/1ecfe980a1b430023cfb8edb1ae675d10ead485e/src/sqlite3unicode.c#L45

and-se commented 3 years ago

Thank you!