]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the CLI so that it can use either the canonical Antirez linenoise
authordrh <>
Wed, 30 Oct 2024 14:03:56 +0000 (14:03 +0000)
committerdrh <>
Wed, 30 Oct 2024 14:03:56 +0000 (14:03 +0000)
commit9bcb0a510f993b48ba3264b55b7eceb2c993a8ac
tree14aa89f72cb06fc5f9e396b8e03e0fb272de26f1
parent7d7e82c9b1ec7c9307734e063409000643ea42a7
Fix the CLI so that it can use either the canonical Antirez linenoise
(with HAVE_LINENOISE=1) or Steve Bennett's enhanced linenoise that works
on the Win32 console as well as on Unix (with HAVE_LINENOISE=2).  The
./configure script detects which one to use and sets HAVE_LINENOISE accordingly.

FossilOrigin-Name: c0048e4482e9cb9662637899922af9609e7c8fb002a37b71e6181074df7a0dd1
auto.def
manifest
manifest.uuid
src/shell.c.in