]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Defer deleting subqueries in the compound-SELECT code generator until the
authordrh <>
Sat, 21 Aug 2021 16:42:58 +0000 (16:42 +0000)
committerdrh <>
Sat, 21 Aug 2021 16:42:58 +0000 (16:42 +0000)
commitce68b6bfeb8325eb805f039a259d88c3d113c6e6
tree7d87f9a628de4ae0fd3a224ed3fd9059c189c5cb
parent8eaf6c620e36c718a6579028f1e7f724228ecb40
Defer deleting subqueries in the compound-SELECT code generator until the
end of code generation, in order to avoid deleting expressions out from under
the aggregation function sanity checking assert()s that occur near the
end of SELECT code generation.  This fixes the assertion fault described by
[forum:/forumpost/cfcb4b461d|forum post cfcb4b461d].

FossilOrigin-Name: 600f1991e5c0a5d89cd8776a157b6fd72c7489791085876925e8dd7ab146fe1f
manifest
manifest.uuid
src/select.c
test/minmax.test