Re: [sqlite] Emergency Bail Out

2007-02-09 Thread Mark Richards
Rich Shepard wrote: Yesterday I trapped myself in sqlite3 and could not exit the application. I was running the SQLite shell in a virtual console and inadvertently entered ',e' instead of '.e' to exit. Cue the theme from 'Jaws.' I was trapped and could not escape. Not, that is, until I went

Re: [sqlite] Emergency Bail Out

2007-02-09 Thread Rich Shepard
On Fri, 9 Feb 2007, P Kishor wrote: hmmm, I don't know what a "virtual console" is but on my computer... That's a console in X that looks like a regular terminal console. I use rxvt, others use xterm, eterm, aterm, etc. Lucknow:~ punkish$ sqlite3 foo.db SQLite version 3.3.8 Enter ".help" f

Re: [sqlite] Emergency Bail Out

2007-02-09 Thread P Kishor
hmmm, I don't know what a "virtual console" is but on my computer... Lucknow:~ punkish$ sqlite3 foo.db SQLite version 3.3.8 Enter ".help" for instructions sqlite> ,e ...> ; SQL error: near ",": syntax error sqlite> .q Lucknow:~ punkish$ On 2/9/07, Rich Shepard <[EMAIL PROTECTED]> wrote: Ye

[sqlite] Emergency Bail Out

2007-02-09 Thread Rich Shepard
Yesterday I trapped myself in sqlite3 and could not exit the application. I was running the SQLite shell in a virtual console and inadvertently entered ',e' instead of '.e' to exit. Cue the theme from 'Jaws.' I was trapped and could not escape. Not, that is, until I went to another vc and kil