]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the command-line shell, if three or more interrupt signals (control-c)
authordrh <drh@noemail.net>
Fri, 23 May 2014 12:03:47 +0000 (12:03 +0000)
committerdrh <drh@noemail.net>
Fri, 23 May 2014 12:03:47 +0000 (12:03 +0000)
commit43ae8f6f4d5a8ebbff3c0e226165be33a9af7574
treed0fd38e9926bc090f842e51c860966fae83d61d5
parente48ae7157a0d96ed3e0cb61f95a7dcb704e39cc2
In the command-line shell, if three or more interrupt signals (control-c)
are received in a row without a response from sqlite3_interrupt() then
call exit(1) immediately.  This allows control-C to interrupt the shell
even if it is stuck in a computation or loop that does not involve the
VDBE.

FossilOrigin-Name: b5cde57166fd874d00dec23d3a59bf3a23979fc5
manifest
manifest.uuid
src/shell.c