On 7 Jul 2015, at 10:06pm, Brian Soby <sobyx at hotmail.com> wrote: > I don't have an easy way to recreate the problem since it takes quite a bit > of app code to run the test suite that triggers the problem. I can however > provide any output of anything you'd like.
Can you log the commands that your test suite executes just before it executes them ? Either by editing your test suite to dump them to a text file or by using SQLite3's own logging callback. Simon.