mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-21 09:00:59 +03:00
Ensure the correct collation sequences are used when sorting data in sqlite3ota.c.
FossilOrigin-Name: 473a72d7009a22ea514a98ee8869e7e7bca14cf5
This commit is contained in:
@@ -7415,6 +7415,7 @@ int sqlite3_index_writer(
|
||||
int bDelete, /* Zero for insert, non-zero for delete */
|
||||
const char *zIndex, /* Index to write to */
|
||||
sqlite3_stmt**, /* OUT: New statement handle */
|
||||
const char ***pazColl, /* OUT: Collation sequences for each column */
|
||||
int **paiCol, int *pnCol /* OUT: See above */
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user