On 10 May 2016, at 10:29pm, Steve Schow <steve at bstage.com> wrote:
> are you saying that on UNIX, if two different versions of the sqlite3 binary > attempt to access a DB file at the same time?then the globals that are used > in the sqlite3 binaries related to locking may be different in the two > different binaries, and may result in DB corruption? I'd just like to note a difference between 'two different versions' which you wrote, and 'two different instances' as Richard wrote. The problem is not because a protocol has changed between versions of SQLite. Simon.