2017-07-20 13:17:08
— part of check-in
[22eda0985e]
on branch index-on-date-func
— Combine the Parse.ckBase and Parse.iSelfTab fields into just Parse.iSelfTab.
This fixes a problem with date/time functions in check-constraints. Add
some test cases for date/time functions in index expressions and check
constraints.
(user:
drh
size: 188812)
2017-07-20 15:08:43
— part of check-in
[a90c062d46]
on branch trunk
— Enhance the built-in date/time functions so that they can be used in
CHECK constraints, in the WHERE clause or partial indexes, and index
expressions, provided that none of the non-deterministic keywords
("now", "localtime", "utc") are used as arguments.
(user:
drh
size: 188812)