]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove dead code from the lemon-generated parser. Better testing
authordrh <drh@noemail.net>
Tue, 22 Jan 2008 14:50:16 +0000 (14:50 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Jan 2008 14:50:16 +0000 (14:50 +0000)
commit55176259607ae4b23e1863978b27800ca40dea61
treeb5761ee544bf9f4eb100a0574b5a1943739a5d9d
parentbf2609781b811c9cbcdcd3ae307fa32bc13f568e
Remove dead code from the lemon-generated parser.  Better testing
of the sqlite3_file_control() interface, and in particular make sure
the interface works on :memory: databases. (CVS 4738)

FossilOrigin-Name: 83ca4fc7dc18d6deca58fe4181905eb9754e03da
manifest
manifest.uuid
src/build.c
src/main.c
src/parse.y
src/test1.c
src/util.c
test/filectrl.test [new file with mode: 0644]
tool/lempar.c