Closed and-se closed 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
Thank you!
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