]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix problems with refering to CTEs from within sub-selects in PARTITION BY or ORDER...
authordan <Dan Kennedy>
Mon, 17 May 2021 16:20:41 +0000 (16:20 +0000)
committerdan <Dan Kennedy>
Mon, 17 May 2021 16:20:41 +0000 (16:20 +0000)
commitbe12083bc792b35441f217aec141a3a4b8bd44bf
treeeda41782ddf9a380ed5b78bbb0df41279a67a4d8
parentba39ca40588dfef1a07f172c20fac0197c01c0a2
Fix problems with refering to CTEs from within sub-selects in PARTITION BY or ORDER BY clauses of window frame definitions. Also a problem with renaming a column when the schema contains a trigger containing a correlated sub-select within a window frames PARTITION BY or ORDER BY clause.

FossilOrigin-Name: 4c6cd54a8db78e5535912e76856bed4f797261aaca4248c69d2e2452194de297
manifest
manifest.uuid
src/resolve.c
src/select.c
src/sqliteInt.h
src/walker.c
test/altertab.test
test/window1.test
test/window8.tcl
test/window8.test