]> git.ipfire.org Git - thirdparty/sqlite.git/commit
New test-only SQL functions: implies_nonnull_row(), expr_compare(), and
authordrh <drh@noemail.net>
Wed, 1 Jan 2020 15:43:30 +0000 (15:43 +0000)
committerdrh <drh@noemail.net>
Wed, 1 Jan 2020 15:43:30 +0000 (15:43 +0000)
commit171c50ec381c5fb4ff1e8b258a49fbf810917011
tree23abd670e94f1accb03348a16463ccda9f60fab0
parent25c4296bd97072f7b5a13f4eda021bd2782bcc45
New test-only SQL functions: implies_nonnull_row(), expr_compare(), and
expr_implies_expr().  The SQLITE_TESTCTRL_INTERNAL_FUNCTIONS test-control
is modified to toggle internal function access on and off for a single
database connection.

FossilOrigin-Name: 473892a8eceacf24d57fd0c72ff2a0b8be4e0d75e0af7a30bdb24fbc3b453601
15 files changed:
manifest
manifest.uuid
src/expr.c
src/func.c
src/global.c
src/main.c
src/resolve.c
src/shell.c.in
src/sqliteInt.h
src/test1.c
test/alter.test
test/altercol.test
test/altertab.test
test/fkey2.test
test/without_rowid3.test