]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Initial implementation of LEFT OUTER JOIN including the expanded SQL92 join
authordrh <drh@noemail.net>
Fri, 24 May 2002 20:31:36 +0000 (20:31 +0000)
committerdrh <drh@noemail.net>
Fri, 24 May 2002 20:31:36 +0000 (20:31 +0000)
commitad2d8307aceaab85fbf827338bb8274dbf7c36de
tree395e637217bbb2bd29cb3ff7074f66dbaca9f054
parent01f3f2537602bbae6bafc18610ecba40592c68e1
Initial implementation of LEFT OUTER JOIN including the expanded SQL92 join
syntax. The basic functionality is there but there is still a lot of testing
to do. (CVS 587)

FossilOrigin-Name: 99bd1f5b9a1a20bfeefe15c00d96a34a5f40923e
manifest
manifest.uuid
src/build.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/vdbe.c
src/where.c
test/join.test [new file with mode: 0644]
test/select1.test