1
0
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:
dan
2014-09-15 14:54:07 +00:00
parent 13ce7931f7
commit 02cf6e1681
5 changed files with 126 additions and 44 deletions

View File

@@ -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 */
);