]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When an Expr object is changed and that Expr is referenced by an AggInfo, then
authordrh <drh@noemail.net>
Mon, 8 Jun 2020 12:49:53 +0000 (12:49 +0000)
committerdrh <drh@noemail.net>
Mon, 8 Jun 2020 12:49:53 +0000 (12:49 +0000)
commit2aebad17f7741eb80bb01a179ddfad4197055421
tree003f4b64c3b25f35a349d0499583393617ea0d36
parentfc6d94658674d388f5dadfa416850026459b7360
When an Expr object is changed and that Expr is referenced by an AggInfo, then
also update the AggInfo.  Also, persist all AggInfo objects until the Parse
object is destroyed.  This is a new fix for ticket [c8d3b9f0a750a529].

FossilOrigin-Name: 44a58d6cb135a1040807093e27e3d4bdcfd5fd2c2b52e9af1e5f01c26b321d82
manifest
manifest.uuid
src/build.c
src/expr.c
src/prepare.c
src/select.c
src/sqliteInt.h
src/window.c
test/fuzzdata8.db
test/window1.test