Hello,

The error log takes a callback which is called when an error occurs from
any SQLite FFI function:
https://www.sqlite.org/errlog.html

How does this interrupt my program whilst its running? If my program is
busy, does it wait until the current function has completed and the process
is idle?

Also if I am using threads, do I need a callback handler per thread for all
file connections on that thread? Or can I just use one error handler for
all descendant threads of the root process?

Thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to