Re: [sqlite] Benign SQLITE_SCHEMA error?

2014-06-09 Thread Richard Hipp
On Mon, Jun 9, 2014 at 9:45 PM, Ward Willats wrote: > Hello. > > Running Sqlite 3.8.4.3 in an iOS application in WAL mode. One writer. Many > readers. Each thread on own connection. > > After a particular big bulk insert of data, during which, BTW, indices are > dropped

[sqlite] Benign SQLITE_SCHEMA error?

2014-06-09 Thread Ward Willats
Hello. Running Sqlite 3.8.4.3 in an iOS application in WAL mode. One writer. Many readers. Each thread on own connection. After a particular big bulk insert of data, during which, BTW, indices are dropped and recreated and an ANALYZE done, sqlite is reporting on the SQLITE_CONFIG_LOG