]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add support for the LEVEL pseudo-column in the recursive part of
authordrh <drh@noemail.net>
Tue, 21 Jan 2014 00:19:43 +0000 (00:19 +0000)
committerdrh <drh@noemail.net>
Tue, 21 Jan 2014 00:19:43 +0000 (00:19 +0000)
commitce365d6b7e17860bd369216bbcf77e616faaec52
tree63b56682392decc37e6649cf57891ef7c826a65b
parenta4ff825095456e0fe12dd4d9c848043fd6b91697
Add support for the LEVEL pseudo-column in the recursive part of
a common table expression.  LEVEL has the value of 1 on the first iteration
and successively larger integer values of subsequent iterations.  It cannot
have a table qualifier.  Actual columns named "level" can still be accessed
by including the table name qualifier.

FossilOrigin-Name: cc1cb3217800ff666a00bf4f544a5a477589bc1b
addopcodes.awk
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/select.c
src/sqliteInt.h
test/with3.test [new file with mode: 0644]