Modify the new sqlite3_vtab_collation() interface so that it takes a
commit42658280f5ea880aa17b469ac4bc7a4a68f5eeb5
authorD. Richard Hipp <drh@hwaci.com>
Fri, 22 Dec 2017 00:52:50 +0000 (22 00:52 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 22 Dec 2017 00:52:50 +0000 (22 00:52 +0000)
tree392c81b5d56634c2341d7fe171c2c26adeca9146
parenta77fde799a9525cc26196758aac9f40ce5845f66
Modify the new sqlite3_vtab_collation() interface so that it takes a
pointer to the sqlite3_index_info object passed into xBestIndex rather than
an sqlite3 connection pointer, which the xBestIndex method might not have
access to.
ext/expert/sqlite3expert.c
src/sqlite.h.in
src/sqliteInt.h
src/where.c