]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add an experimental SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option. unknown-function
authordrh <drh@noemail.net>
Thu, 4 Aug 2016 01:47:01 +0000 (01:47 +0000)
committerdrh <drh@noemail.net>
Thu, 4 Aug 2016 01:47:01 +0000 (01:47 +0000)
commitc5b674231a1f5e2cfb12f00a4b1ad398a2bbe67f
treec82b0ed72012eb9f0cb1cb581dce42951ed24eab
parent8eebf02f530f58d1c9066a4f1ce260d5be757150
Add an experimental SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option.
When enabled, the "unknown function" error is suppressed for EXPLAIN and
a no-op function named "unknown" is substituted.  This facilitiates using
the command-line shell to analyze queries from applications that contain
many application-defined functions that are not normally available to the
shell.

FossilOrigin-Name: 4ada023ca075628fdafc3bc4520239b9789cff29
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/expr.c
src/func.c
src/resolve.c