Make the shell functional even if compiled with SQLITE_OMIT_COMPLETE.
commitaaa8ea9fea8ffe9631ffdd1fb265d95623dcb9dd
authorD. Richard Hipp <drh@hwaci.com>
Wed, 24 Jan 2018 01:58:49 +0000 (24 01:58 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Wed, 24 Jan 2018 01:58:49 +0000 (24 01:58 +0000)
tree2aa4051c08066a77c8c31708f4916bf50c59895e
parent23cc348fa3b915cf6d115918a4b1eccf17e68659
Make the shell functional even if compiled with SQLITE_OMIT_COMPLETE.
Omit the sqlite3_complete() call from the fuzzing interface if it is
compiled with SQLITE_OMIT_COMPLETE.
src/shell.c.in
test/ossfuzz.c