]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor code to suggest indexes from the shell tool into an extension in
authordan <dan@noemail.net>
Fri, 7 Apr 2017 20:14:22 +0000 (20:14 +0000)
committerdan <dan@noemail.net>
Fri, 7 Apr 2017 20:14:22 +0000 (20:14 +0000)
commit8e0b8e06884c56eb0e275d3f3cfb18510de84db8
tree3b81e0d87064b4a5dc364257ab3e5557a6508e4a
parentd8ac297233b9af6cc74f92a14834eaacda781676
Refactor code to suggest indexes from the shell tool into an extension in
ext/expert. Unfinished.

FossilOrigin-Name: 305e19f976ca064638a294e0817bf547ea745e1eb74746c5855514e6ced9c5fa
ext/expert/expert.c [new file with mode: 0644]
ext/expert/sqlite3expert.c [moved from src/shell_indexes.c with 67% similarity]
ext/expert/sqlite3expert.h [new file with mode: 0644]
main.mk
manifest
manifest.uuid
src/shell.c