Re: sqlite3 not being built with libreadline

2016-02-28 Thread Jan Nijtmans
2016-02-27 20:15 GMT+01:00 Eliot Moss: > linenoise is not configurable while readline is. I doubt the added size > is much of a big deal with something as large as sqlite is already. The > linenoise project itself suggests using readline if it's available and > linenoise if readline is not. This

Re: sqlite3 not being built with libreadline

2016-02-27 Thread Eliot Moss
On 2/27/2016 12:19 PM, Kenneth Smith wrote: linenoise seems to ignore .inputrc, so yeah, I lost all those settings. linenoise is not configurable while readline is. I doubt the added size is much of a big deal with something as large as sqlite is already. The linenoise project itself suggests

Re: sqlite3 not being built with libreadline

2016-02-27 Thread Kenneth Smith
linenoise seems to ignore .inputrc, so yeah, I lost all those settings. On Sat, Feb 27, 2016 at 2:51 AM, Jan Nijtmans wrote: > 2016-02-27 9:47 GMT+01:00 Kenneth Smith: >> sqlite3 version 3.11.0-1 is not linked to libreadline: >> >> $ ldd /usr/bin/sqlite3 >> ntdll.dll => /cygdrive/c/WINDO

Re: sqlite3 not being built with libreadline

2016-02-27 Thread Jan Nijtmans
2016-02-27 9:47 GMT+01:00 Kenneth Smith: > sqlite3 version 3.11.0-1 is not linked to libreadline: > > $ ldd /usr/bin/sqlite3 > ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x772b) > KERNEL32.DLL => /cygdrive/c/WINDOWS/SYSTEM32/KERNEL32.DLL (0x741a) > KERNELBA

sqlite3 not being built with libreadline

2016-02-27 Thread Kenneth Smith
Hello, sqlite3 version 3.11.0-1 is not linked to libreadline: $ ldd /usr/bin/sqlite3 ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x772b) KERNEL32.DLL => /cygdrive/c/WINDOWS/SYSTEM32/KERNEL32.DLL (0x741a) KERNELBASE.dll => /cygdrive/c/WINDOWS/SYSTEM32/KERNE