Change the function name to sqlite_unsupported_offset(X). Only enable the
commit1ad55feb768cddce2b20ab8e1968e24977313c20
authorD. Richard Hipp <drh@hwaci.com>
Fri, 29 Dec 2017 15:04:49 +0000 (29 15:04 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 29 Dec 2017 15:04:49 +0000 (29 15:04 +0000)
tree9ae36fad4ea66a962823d33d9293e389e39aaed3
parent087ef475751b2ba1882c0cad7ecb32cde2bda507
Change the function name to sqlite_unsupported_offset(X).  Only enable the
function if compiled with -DSQLITE_ENABLE_OFFSET_SQL_FUNC.  The makefiles add
that definition to shell builds.
12 files changed:
Makefile.in
Makefile.msc
main.mk
src/btree.c
src/btree.h
src/expr.c
src/func.c
src/sqliteInt.h
src/test_config.c
src/vdbe.c
src/where.c
test/func6.test