]> 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:35:17 +0000 (12:35 +0000)
committerdrh <drh@noemail.net>
Thu, 4 Aug 2016 12:35:17 +0000 (12:35 +0000)
commitcc15313cc9a8b6713dc9f995ccc4d4c088da55d7
tree740036f8cd1111a679a63acbe69eb41dc87537e4
parentdd545d3bf219c13f839cfb21d0bc122c3b431d2b
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: b7f30a9ff20d580fdaecdcf2b644d09ad6c2575e
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/expr.c
src/func.c
src/resolve.c