]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove Window objects from the corresponding Select.pWin list when they are
authordrh <>
Wed, 29 Nov 2023 16:07:59 +0000 (16:07 +0000)
committerdrh <>
Wed, 29 Nov 2023 16:07:59 +0000 (16:07 +0000)
commit214750470c11c679a90bdfbe93b031ace6efb3fc
tree3af4c35094af2af06d70d451d7b6e6b7e22478c2
parentc5ca195873838c5de7e81716097f0959c0e84e76
Remove Window objects from the corresponding Select.pWin list when they are
deleted, as they are, for example, when the ORDER BY clause is optimized out.

FossilOrigin-Name: f9c6e6a7102689b2a5cf32996a02853e346bcebaed6af0265a7422260fa3358c
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/window.c