Re: [sqlite] Command history not working in sqlite3 tool for MAC OS

2012-05-11 Thread Neo Anderson
Yes, I installed the latest version myself. > Date: Fri, 11 May 2012 07:46:16 +0100 > From: amit.k.chaudh...@gmail.com > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] Command history not working in sqlite3 tool for MAC OS > > My Mac is running system provided sqlite3 (3.

Re: [sqlite] Command history not working in sqlite3 tool for MAC OS

2012-05-10 Thread Amit Chaudhuri
My Mac is running system provided sqlite3 (3.6.12) and up arrow returns last command as expected. Did you install 3.7.11 your self, if so I wonder if you missed a component (e.g. one which provides the cmd line functionality). On Fri, May 11, 2012 at 6:33 AM, Neo Anderson wrote: > > The UP/DOWN

[sqlite] Command history not working in sqlite3 tool for MAC OS

2012-05-10 Thread Neo Anderson
The UP/DOWN arrow keys do not work in sqlite3 for MAC OS X. For example, I start sqlite3 and hit UP key, then I get: $ sqlite3 Documents/test.db SQLite version 3.7.11 2012-03-20 11:35:50 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> ^[[A Is this a known probl

Re: [sqlite] command history

2004-05-03 Thread ben . carlyle
Puneet, Puneet Kishor <[EMAIL PROTECTED]> 03/05/2004 05:01 AM To: SQLite <[EMAIL PROTECTED]> cc: Subject: [sqlite] command history > Is there a way to enable some kind of command history in the SQLite > shell? You know, press the u

Re: [sqlite] command history

2004-05-03 Thread Puneet Kishor
On May 3, 2004, at 3:48 AM, eno wrote: Puneet Kishor wrote: Actually I am on Mac OS X 10.3. I have no idea what I need to do to enable READLINE. I just downloaded the source and did the ./configure, make, make install dance and got no READLINE. It must be somewhere on my system because the beh

Re: [sqlite] command history

2004-05-03 Thread eno
Puneet Kishor wrote: Actually I am on Mac OS X 10.3. I have no idea what I need to do to enable READLINE. I just downloaded the source and did the ./configure, make, make install dance and got no READLINE. It must be somewhere on my system because the behavior I want is very much a part of tcsh

Re: [sqlite] command history

2004-05-02 Thread Puneet Kishor
On May 2, 2004, at 4:22 PM, Kurt Welgehausen wrote: I think it is called READLINE support, no? ... Yes, the SQLite shell uses readline by default under Linux, so you must be using something else. Readline has been ported to MS Windows, but I don't know what would be involved in rebuilding the she

Re: [sqlite] command history

2004-05-02 Thread Kurt Welgehausen
>> I think it is called READLINE support, no? ... Yes, the SQLite shell uses readline by default under Linux, so you must be using something else. Readline has been ported to MS Windows, but I don't know what would be involved in rebuilding the shell to link and use the readline library under MSW

[sqlite] command history

2004-05-02 Thread Puneet Kishor
Is there a way to enable some kind of command history in the SQLite shell? You know, press the up arrow to get the previous command... I think it is called READLINE support, no? Its a pain in the derierre hitting the up arrow and getting all the ^]]A kind of junk on the screen, but bad habits d