]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow multiple recursive terms in the compound SELECT of a recursive CTE.
authordrh <drh@noemail.net>
Mon, 19 Oct 2020 01:23:48 +0000 (01:23 +0000)
committerdrh <drh@noemail.net>
Mon, 19 Oct 2020 01:23:48 +0000 (01:23 +0000)
commit340558540e4799bbcb00ab901c327d5000054920
treeed22c85b391b702e655a04593729fd734a74ae46
parentff01ee34c9298f6461e1b282eea2178c08b7d16a
Allow multiple recursive terms in the compound SELECT of a recursive CTE.
This facilitates writing a query to find find the connected components of
an undirected graph.

FossilOrigin-Name: 5481fa8c79c34f434e99ab633ff3d0942a309a74fb0cf38e3d3617b51d5d21dd
manifest
manifest.uuid
src/build.c
src/select.c
test/with1.test
test/with3.test
test/with5.test [new file with mode: 0644]