Re: [sqlite] sqlite3 commandline interface questions

2009-11-02 Thread waltdnes
On Sun, Nov 01, 2009 at 10:26:28PM -0600, Jay A. Kreibich wrote > Recompile with readline support and you'll get history. Thanks for making me look at my "USE flags". I run Gentoo linux with USE flags (i.e. extra stuff) disabled by default. In addition to readline, I decided to turn on "doc

Re: [sqlite] sqlite3 commandline interface questions

2009-11-01 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 waltd...@waltdnes.org wrote: > 4) And to stop the flow of questions, is there a full manual for sqlite3 > somewhere? Whilst looking through Google, I stumbled across the > ".database" command, which I do not recall seeing on the sqlite.org web > site

Re: [sqlite] sqlite3 commandline interface questions

2009-11-01 Thread Jay A. Kreibich
On Sun, Nov 01, 2009 at 10:03:53PM -0500, waltd...@waltdnes.org scratched on the wall: > Hello all; > > I'm a bit rusty at SQL, but my newbiness at SQLite is my current > problem. I'm testing stuff manually at the sqlite3 commandline and > adding it to a script which I want to pipe to sqlite3.