> On Oct 29, 2016, at 10:44 AM, Simon Slavin <[email protected]> wrote: > > To minimise problems like the one you reported it needs to quit the program > (preferably with a non-zero exit code) when it gets any unexpected result.
That may be true for a server or a command-line tool, but it's almost never appropriate for an interactive application. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

