]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the new sqlite3_vtab_collation() interface so that it takes a
authordrh <drh@noemail.net>
Fri, 22 Dec 2017 00:52:50 +0000 (00:52 +0000)
committerdrh <drh@noemail.net>
Fri, 22 Dec 2017 00:52:50 +0000 (00:52 +0000)
commitefc88d020cc6872923616d4c22cc98488f117da2
tree191c3554eb519d90659083431ef01b32cb481b1c
parentef7231b8653d7e8e5d29d2f19805361099f491c6
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.

FossilOrigin-Name: 5c1fe6666019147a26480b5db1bf2f474a5d072c234c736f16ed5d2a9a040b3f
ext/expert/sqlite3expert.c
manifest
manifest.uuid
src/sqlite.h.in
src/sqliteInt.h
src/where.c