]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to factor constant functions out of inner loops. But do
authordrh <drh@noemail.net>
Thu, 21 Nov 2013 14:33:48 +0000 (14:33 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Nov 2013 14:33:48 +0000 (14:33 +0000)
commitb1fba2868b7e1c1932fe7985658ca409e8bbd6da
tree29990af239aec83f676ef1142896e7a0b3b17dab
parente09f43f8b78369852773661c52df015b21ef3932
Add the ability to factor constant functions out of inner loops.  But do
not factor out non-constant functions, like random().

FossilOrigin-Name: 1b0f779e19a5c0d51eddd2d88db50034d77d132c
manifest
manifest.uuid
src/expr.c
src/func.c
src/resolve.c
src/sqliteInt.h