]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add new interfaces for accessing the list of SQL keywords:
authordrh <drh@noemail.net>
Wed, 25 Apr 2018 19:02:48 +0000 (19:02 +0000)
committerdrh <drh@noemail.net>
Wed, 25 Apr 2018 19:02:48 +0000 (19:02 +0000)
commitfc0ec3e5e839e92f8205804b1b1e836a51a8e5b5
tree5f6e2771e8db993566953918f8a0817c598900b7
parent7eabc44dee611a7ffa90ab388892ac92d118061a
Add new interfaces for accessing the list of SQL keywords:
sqlite3_keyword_count(), sqlite3_keyword_name(), sqlite3_keyword_check().

FossilOrigin-Name: 7dd34e3776fed90a49344d54a1b68bb59f7957b5a8a1a367087b7cafb63111c1
ext/misc/completion.c
ext/misc/dbdump.c
manifest
manifest.uuid
src/main.c
src/shell.c.in
src/sqlite.h.in
tool/mkkeywordhash.c
tool/sqldiff.c