]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not suppress errors when resolving references in an ORDER BY clause
authordrh <drh@noemail.net>
Fri, 3 Apr 2020 13:39:03 +0000 (13:39 +0000)
committerdrh <drh@noemail.net>
Fri, 3 Apr 2020 13:39:03 +0000 (13:39 +0000)
commit96b6e28400bdbd4470f8f0e5b5b04f26cd0e2f00
treeaf20c8ff4886b8c4fc8c8208b92bca8d18a6ef3f
parent787224f2d0e7b4d94db5a3bc3661156b1ded6710
Do not suppress errors when resolving references in an ORDER BY clause
belonging to a compound SELECT within a view or trigger within ALTER
TABLE. Fix for ticket [a10a14e9b4ba2].
Also, in the event of a semantic error in an aggregate query, early-out the
resetAccumulator() function to prevent problems due to incomplete or
incorrect initialization of the AggInfo object.
Fix for ticket [af4556bb5c285c08].

FossilOrigin-Name: b64674919f6736025b2066672a5cf5cb51a28bbac4c709b85a1a6163cc0d7971
manifest
manifest.uuid
src/resolve.c
src/select.c
test/altertab.test
test/window1.test