]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix problems with sub-selects in WINDOW definitions. Also rename-column operations...
authordan <dan@noemail.net>
Wed, 23 Jan 2019 16:59:24 +0000 (16:59 +0000)
committerdan <dan@noemail.net>
Wed, 23 Jan 2019 16:59:24 +0000 (16:59 +0000)
commitd99950310ff4477be8df292744e91d783897263e
tree5ab274dedcc7f09bb269cb37b08af887ea57ff8a
parent4c7bdd159755ab03afff1825def5e7b88ac1ed4b
Fix problems with sub-selects in WINDOW definitions. Also rename-column operations when the column being renamed appears in a WINDOW definition that is part of a VIEW or TRIGGER.

FossilOrigin-Name: 0387cb3add992b2028efe4f2100188d8f9fdfdcb233329857aa4b46a293cfc97
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/walker.c
test/altertab2.test
test/altertab3.test [new file with mode: 0644]
test/window1.test