]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove unused code. Test coverage enhancements. Modify the algorithm used
authordrh <drh@noemail.net>
Thu, 10 Jul 2008 00:32:42 +0000 (00:32 +0000)
committerdrh <drh@noemail.net>
Thu, 10 Jul 2008 00:32:42 +0000 (00:32 +0000)
commit93a960a0a8a537784e4f40db2ad06686618a234e
tree0909791b6b0e2367da56d8d69bd0166c03a1db10
parentaf005fbc13b325022058681ac9fefa970a762f2b
Remove unused code.  Test coverage enhancements.  Modify the algorithm used
to select column names for VIEWs of joins so that the constructed column
names omits the underlying table names. (CVS 5386)

FossilOrigin-Name: 636cd723296a8b1709011fdd99b236ffddf3f1b0
20 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/btreeInt.h
src/os_unix.c
src/pager.c
src/printf.c
src/select.c
src/sqliteInt.h
src/test3.c
src/test_btree.c
src/util.c
src/vdbe.c
src/vdbeblob.c
test/collate9.test
test/select1.test
test/sqllimits1.test
test/subquery.test
test/view.test