]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the distinction between truly deterministic functions and date/time
authordrh <drh@noemail.net>
Mon, 31 Aug 2015 17:34:41 +0000 (17:34 +0000)
committerdrh <drh@noemail.net>
Mon, 31 Aug 2015 17:34:41 +0000 (17:34 +0000)
commit1d85e405e6c7674d0df4d4a720ceaeb47273b9ba
treeb520a7ea51eb23018633ef354b4ba47d56e2e89b
parent47991425cb67375e341d5c8179f14a47e2c1188d
Make the distinction between truly deterministic functions and date/time
functions which only return the same answer for a single query.  Only truly
deterministic functions are allowed in indexes.  Add new expression index
test cases.

FossilOrigin-Name: c77554b5c42327106a7b90334e9cc3c07b007c76
manifest
manifest.uuid
src/date.c
src/resolve.c
src/sqliteInt.h
test/indexexpr1.test