]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the name resolution procedures in the code generator. (CVS 5569)
authordrh <drh@noemail.net>
Wed, 20 Aug 2008 16:35:10 +0000 (16:35 +0000)
committerdrh <drh@noemail.net>
Wed, 20 Aug 2008 16:35:10 +0000 (16:35 +0000)
commit7d10d5a6e10065521c32d70512b265c4116c0a88
tree235380f6a3d98422c2e1d9147a563d392405f64a
parent260d8a6aec480a178536e60e06a4fdd483c6c4ee
Refactor the name resolution procedures in the code generator. (CVS 5569)

FossilOrigin-Name: daf730d1defa78fb8b80a78f9108ac35a13e09f6
29 files changed:
Makefile.in
addopcodes.awk
main.mk
manifest
manifest.uuid
src/attach.c
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/main.c
src/parse.y
src/prepare.c
src/resolve.c [new file with mode: 0644]
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/vdbeaux.c
src/vtab.c
src/walker.c [new file with mode: 0644]
src/where.c
test/collate2.test
test/collate3.test
test/fuzz_malloc.test
test/select5.test
test/select6.test
test/tkt2822.test
tool/mksqlite3c.tcl