]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Combine the Parse.ckBase and Parse.iSelfTab fields into just Parse.iSelfTab.
authordrh <drh@noemail.net>
Thu, 20 Jul 2017 13:17:08 +0000 (13:17 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Jul 2017 13:17:08 +0000 (13:17 +0000)
commit6e97f8ec8427cbbb64557b53adeb73d5f2f2b56b
tree4548cfff79aeee5dcef3e80d7bdc16b1b4f97b37
parent3e34eabcdff57778702f781c4d4ea7b3529711dc
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.

FossilOrigin-Name: 22eda0985ecd1f456c073e6ad735a8417f3ff1fb6aaad1640e1cec01e50c51d8
12 files changed:
manifest
manifest.uuid
src/date.c
src/expr.c
src/insert.c
src/pragma.c
src/shell.c
src/sqliteInt.h
src/vdbe.h
src/vdbeaux.c
test/date2.test [new file with mode: 0644]
test/indexexpr1.test