[sqlite] Is readline ubiquitous on 32-bit x86 Linux?

2015-02-25 Thread Christopher Vance
Or there's editline, used for some things as a partial readline substitute. On Wed, Feb 25, 2015 at 5:12 AM, Andreas Kupries wrote: > A possible (and small alternative) to readline would be Antirez > "linenoise". > Steve Bennet's fork adds windows portability and some other things. > >

[sqlite] Is readline ubiquitous on 32-bit x86 Linux?

2015-02-25 Thread Stephan Beal
On Tue, Feb 24, 2015 at 7:12 PM, Andreas Kupries wrote: > A possible (and small alternative) to readline would be Antirez > "linenoise". > Steve Bennet's fork adds windows portability and some other things. > > https://github.com/antirez/linenoise > https://github.com/msteveb/linenoise >

[sqlite] Is readline ubiquitous on 32-bit x86 Linux?

2015-02-25 Thread Dan Kennedy
The pre-built sqlite3 shell tool for x86 Linux available for download here: http://www.sqlite.org/download.html does not include readline support. Which makes it painful to use. Does anyone think that many systems would be affected if it dynamically linked against the system readline?

[sqlite] Is readline ubiquitous on 32-bit x86 Linux?

2015-02-24 Thread Andreas Kupries
A possible (and small alternative) to readline would be Antirez "linenoise". Steve Bennet's fork adds windows portability and some other things. https://github.com/antirez/linenoise https://github.com/msteveb/linenoise That is small enough to be directly built as part of the shell, I