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 <[email protected]> wrote: > > 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 problem? > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

