> On Nov 23, 2016, at 1:31 PM, Richard Hipp <d...@sqlite.org> wrote:
> 
> Have you enabled the error and warning log?
> (https://www.sqlite.org/errlog.html <https://www.sqlite.org/errlog.html>)  
> IIRC, the error log will give
> you the name of the file that could not be opened.

No! I wasn’t aware of that feature.
But after enabling the log, now of course I can’t reproduce the problem. :-p 
I’ll keep trying.

Side question: The log callback setting is global to the process. That’s 
understandable, but it's a bit problematic for my code, which is a library not 
an application. If I set the callback I run the risk of potentially overriding 
a callback already registered by the app itself. Is there a way to detect that 
a log callback has already been registered?

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

Reply via email to