On 27 Oct 2013 at 18:29, Ulrich Goebel <m...@fam-goebel.de> wrote: 

> What I'm looking for is a bash-like frontend for SQLite. The sqlite3
> does in principle what I want, but to test queries it would be very nice
> to have a history of the commands entered, so the can be recalled an
> edidet later by the arrow-keys. At the time I have to hack the entire
> command again - and that is ab bit ...

You need to add:

   #define HAVE_READLINE 1

near the start of shell.c, and rebuild the shell along with the latest 
amalgamation and the library that has the right version of, what is it, readln? 
Something like that. No need for a frontend at all.

--
Cheers  --  Tim
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to