On Wed, Apr 2, 2014 at 5:59 PM, Adrian Soundy < [email protected]> wrote:
> > > Is there a Sqlite method that will tell me if there is any pending writes > from another process so I can end and commit the current transaction > straight away ? > No. Doing that would require some kind of interprocess communication (IPC) and we are not aware of any standard, cross-platform, reliable IPC mechanism that is up to the task. Sorry. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

