> On Oct 18, 2018, at 11:50 AM, Maziar Parsijani <[email protected]> > wrote: > > It will crash or exit the program.
You’re not handling errors correctly, then. I think you said you’re using Python? Then the query will probably throw a Python exception; you need to catch that and handle it appropriately. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

