]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Simplify the Expr compression logic slightly by adding the new EP_FullSize
authordrh <>
Thu, 19 Oct 2023 18:07:58 +0000 (18:07 +0000)
committerdrh <>
Thu, 19 Oct 2023 18:07:58 +0000 (18:07 +0000)
commit4e254641ff2a5aefbce3398346dcb250aef7bbda
treee33fe416ffde9477b8da45bb30a71a4283373cdd
parent058838579962fd4831ef2f4115da9c2d1e1972b1
Simplify the Expr compression logic slightly by adding the new EP_FullSize
property to expressions that are exceptions to the rule and should not be
compressed.

FossilOrigin-Name: d5ae82ec52eafed5e3dc8c9d99685f6523fce7d973ef7e8d9d75ed9b8912426a
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/window.c