On 1/2/19, James K. Lowden <jklow...@schemamania.org> wrote:
>
> can I call sqlite3_interrupt from a
> signal handler?
>

Yes.  It was designed for that very purpose, and more specifically to
catch Ctrl-C in the CLI and stop the running query rather than kill
off the whole process.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to