]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that the window function rewrite does not leave the parse tree
authordrh <>
Sun, 7 Nov 2021 23:33:01 +0000 (23:33 +0000)
committerdrh <>
Sun, 7 Nov 2021 23:33:01 +0000 (23:33 +0000)
commit6d64b4a0274831766230419bc05fc2ef5e7c1fb1
tree80924139df2c6b972776c2f59e4472708bbc9708
parent7b108e4cfd0054f4439349fe3c0b7c023dea0ed0
Ensure that the window function rewrite does not leave the parse tree
in an invalid state that might cause problems downstream before the
error is recognized and unwinds the stack.  Also take steps such that
an invalid parse tree does not cause problems even if it goes
unrecognized.
[forum:/forumpost/398e9d5aa9|Forum post 398e9d5aa9].

FossilOrigin-Name: 0f9fc6b6073365d5159cd71e7fe08f8dadbc7b42abd324361e809502f4359155
manifest
manifest.uuid
src/expr.c
src/where.c
src/window.c
test/window1.test