]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Create "pure" versions of the date/time functions that omit the 'now' feature pure-date-functions
authordrh <drh@noemail.net>
Wed, 19 Jul 2017 17:12:53 +0000 (17:12 +0000)
committerdrh <drh@noemail.net>
Wed, 19 Jul 2017 17:12:53 +0000 (17:12 +0000)
commit5dc9fe80d719f86bea32a5dfd768c3134c0faecb
tree7390bcfeb8838ada0976902360e075831079605d
parentd4603a2cab868156f99f4016401bed8d027196d6
Create "pure" versions of the date/time functions that omit the 'now' feature
and are therefore deterministic and usable in an index.

FossilOrigin-Name: 55791928f317a3063216d35f7946555791dd1b48542e24088aba135558b63873
manifest
manifest.uuid
src/date.c
src/sqliteInt.h
test/date-pure.test [new file with mode: 0644]