]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow the query planner to evaluate deterministic scalar SQL functions used in WHERE...
authordan <dan@noemail.net>
Wed, 11 Mar 2015 20:06:40 +0000 (20:06 +0000)
committerdan <dan@noemail.net>
Wed, 11 Mar 2015 20:06:40 +0000 (20:06 +0000)
commit18bf80768934fe2f610de8eb8334806a73c181ff
treeb621f1940cca8f0edb38137c515085a1dcc5444e
parentcc285c5ab021e8973142b7cedce90e2451ba5cf3
Allow the query planner to evaluate deterministic scalar SQL functions used in WHERE constraints if all arguments are SQL literals in order to compare the results with sqlite_stat4 sample data.

FossilOrigin-Name: b7f1fc26d24012e1e7c7f6b3cc0b84ad2b02b8ad
manifest
manifest.uuid
src/vdbeapi.c
src/vdbemem.c
test/analyzeF.test [new file with mode: 0644]