]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the sqlite3ExprIsConstant() function so that it recognizes
authordrh <>
Sat, 16 Mar 2024 13:18:48 +0000 (13:18 +0000)
committerdrh <>
Sat, 16 Mar 2024 13:18:48 +0000 (13:18 +0000)
commitf696591dd45bea11c24d9f219e6f17161a329934
treea352241b98d1918dedba68ef57a663633f347ad0
parent932b5f457509f5141f75f5cce7a6050124d1cc8c
Enhance the sqlite3ExprIsConstant() function so that it recognizes
constant functions.  So far the enhancement only applies to the multi-row
VALUES clause, but it could possibly be applied in many other places.

FossilOrigin-Name: c9e0488c6c0135932b6e76b0f3f3acd69ef65327e0a54daa59777f35da1aef26
manifest
manifest.uuid
src/expr.c
src/insert.c
src/parse.y
src/select.c
src/sqliteInt.h
src/where.c
src/whereexpr.c
src/window.c