]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When the sqlite3WindowRewrite() routine detects and error, have it convert
authordrh <drh@noemail.net>
Wed, 25 Dec 2019 23:54:21 +0000 (23:54 +0000)
committerdrh <drh@noemail.net>
Wed, 25 Dec 2019 23:54:21 +0000 (23:54 +0000)
commita9ebfe20309d5aeec90337099a27e68454d16ff6
tree7951f0603588b693977a4b054ab8eec965e92362
parentb44fec68a53b88612d1d0954eecaa638674764a4
When the sqlite3WindowRewrite() routine detects and error, have it convert
the SELECT statement into just "SELECT null" so that it does not leave the
parse tree in a goofy state that can cause problems with subsequent code
before the stack has a chance to unwind and report the error.
Ticket [d87336c81c7d0873]

FossilOrigin-Name: fa58aad48a788802b13a819e49f9b8787f713bbe395c46c7295e821c52c81738
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/window.c
test/window1.test