]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Always disallow the use of non-deterministic functions in CHECK constraints,
authordrh <drh@noemail.net>
Wed, 30 Oct 2019 18:50:08 +0000 (18:50 +0000)
committerdrh <drh@noemail.net>
Wed, 30 Oct 2019 18:50:08 +0000 (18:50 +0000)
commit20cee7d0bb8f627c3952f24a5c4772f8fbb4d720
tree8fa04661f1fdf2da038495b7517dbfcc964a2984
parent920cf596e67ecccecb497cfa60cc65945048f866
Always disallow the use of non-deterministic functions in CHECK constraints,
even date/time functions that use the 'now' or similar keywords.  Provide
improved error messages when this requirement is not met.
Ticket [830277d9db6c3ba1]

FossilOrigin-Name: 2978b65ebe25eeabe543b67cb266308cceb20082a4ae71565d6d083d7c08bc9f
ext/misc/totype.c
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/sqliteInt.h
src/vdbeaux.c
test/check.test
test/date2.test
test/indexexpr1.test