]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use sqlite3ParserAddCleanup() instead of calling sqlite3ExprListDelete()
authordrh <>
Fri, 20 Oct 2023 10:18:03 +0000 (10:18 +0000)
committerdrh <>
Fri, 20 Oct 2023 10:18:03 +0000 (10:18 +0000)
commitd707e012f06a82e293cba7ea97a5713db362fd08
tree8bc638724ef61a56692da861e1bf869ad86b0e92
parentdcf76a8bbda9028c391945834d67471fc8e2821f
Use sqlite3ParserAddCleanup() instead of calling sqlite3ExprListDelete()
directly when disposing of an unused ORDER BY in an aggregate function,
to avoid disrupting ALTER TABLE data structures.

FossilOrigin-Name: d083e42086733ecd79aba8c268e020b01782bfe1cfa9684ce1c277af9c8bf92a
manifest
manifest.uuid
src/expr.c