]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Identify Select objects within a single statement using small sequential
authordrh <drh@noemail.net>
Tue, 10 Jul 2018 19:48:35 +0000 (19:48 +0000)
committerdrh <drh@noemail.net>
Tue, 10 Jul 2018 19:48:35 +0000 (19:48 +0000)
commitfef37760daab363c6ebb0092a540e8f685642bd9
tree05ddf383a5042f0ec7aacb1b6761da7b479d0d3b
parentfd908888d3eea74752e9c3ae483e7394e7833a43
Identify Select objects within a single statement using small sequential
integers rather than "0x%p".  This is more readable and yields the same result
on successive runs.

FossilOrigin-Name: a7cdc5bc85e0edfcc38f920c2ce91599bcbfdb49522d88b08c64596546d13881
manifest
manifest.uuid
src/expr.c
src/parse.y
src/select.c
src/sqliteInt.h
src/treeview.c
src/where.c
src/wherecode.c
test/selectD.test
test/tester.tcl