]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the implementation of this enhancement to keep all the code inside
authordrh <>
Tue, 3 Feb 2026 14:00:28 +0000 (14:00 +0000)
committerdrh <>
Tue, 3 Feb 2026 14:00:28 +0000 (14:00 +0000)
commit3212ab33d466381de6c8eb317f1d70bc9e3656ce
tree41e55db3ba911d3c4611c53dee7d8943ebc419ba
parent49c70b88bcee8acf664ce7d72cbb706f498a2fa5
Refactor the implementation of this enhancement to keep all the code inside
the query planner, not leaking out into SQL function implementations.
Expand the enhancement to cover MATCH and REGEXP operators and overloads
of LIKE and GLOB.

FossilOrigin-Name: 96f8ce225ee863c6dfe0df2d10da27a35407128d7c4691ddb927401465047a6e
manifest
manifest.uuid
src/func.c
src/sqliteInt.h
src/where.c
src/whereexpr.c