On 25 Jan 2012, at 3:18pm, John Elrick wrote:

> So, it appears that something is making SQLite think the schema has changed.

Can you read the following:

<http://www.sqlite.org/pragma.html#pragma_schema_version>

If you think this corresponds to what you are seeing in the source code, can 
you log the value returned by

PRAGMA schema_version

at various points ?  Does the value returned by the PRAGMA agree with what you 
see in

db->flags&SQLITE_InternChanges

?  Perhaps you can find that the PRAGMA value is changing when you see no 
reason for it changing.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to