]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the function name to sqlite_unsupported_offset(X). Only enable the
authordrh <drh@noemail.net>
Fri, 29 Dec 2017 15:04:49 +0000 (15:04 +0000)
committerdrh <drh@noemail.net>
Fri, 29 Dec 2017 15:04:49 +0000 (15:04 +0000)
commit092457b18ce71b6b0f30ea8a67817310feffaebc
treee967666936f525c57f84a914d272dcdc22a9c031
parentfe6d20e9f4d17ad82fd4c4cc69181ad5f52d9d93
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.

FossilOrigin-Name: 7a7f826e324b1a2c332e2f1d0740fd0babffcaca6275a798572f02ad367b99ab
14 files changed:
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
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