On Thu, 2 Aug 2007 14:16:28 -0700 (PDT), Joe Wilson wrote:

>--- John Stanton <[EMAIL PROTECTED]> wrote:
>> Sqlite3 will get into a tangle with certain sequences where it does not 
>> accept a semicolon as a terminator or obey a CTL c.

>To reproduce:

>1. build sqlite3 without readline support.
>2. run sqlite3 in an xterm
>3. at the prompt, press cursor up
>4. hit return

>Nothing you do at this point will work except for Ctrl-\ to kill the process.

>SQLite version 3.4.1
>Enter ".help" for instructions
>sqlite> ^[[A
>   ...> .q
>   ...> ;
>   ...> select 1;
>   ...> .q
>   ...> .h
>   ...> ;
>   ...> ;


Is this a weakness in the scanner or its state table?
Is readline() providing the command history feature
that is so valuable during repetitive debugging?
And for which the up arrow is an essential keystroke?




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to