]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the experimental SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option.
authordrh <drh@noemail.net>
Thu, 4 Aug 2016 12:33:10 +0000 (12:33 +0000)
committerdrh <drh@noemail.net>
Thu, 4 Aug 2016 12:33:10 +0000 (12:33 +0000)
commit56e70d05399b65325d95a17ff02015de07d1530d
treee4d7f85fff026344402a87e1c8d8acc6c5957ce9
parente00d2c4f3c4e0b1874f2668affc958ffb16727f2
Add the 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: e22ca3cdd02483b68595a59ccb7a1fcb3580ab04
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/expr.c
src/func.c
src/resolve.c