On Oct 16, 2008, at 9:48 AM, Fin Springs 20dkom502-at-sneakemail.com | 
sqlite| wrote:
>>
> I only use sqlite3_exec, so I don't keep prepared statements around.
> So does this mean that the schema change has to be happening between
> sqlite3_exec preparing and executing the statement?
>
> I also don't do any collation, and definitely no unregistration of
> collation.
> All the occurrences that I see are for the same "SELECT f1 AS f1, f2
> AS f2 FROM t1" query. Since the application has lots of queries I'd
> expect to see this schema problem happen on some of the others, but at
> least so far I have not.
Is there any chance this can be caused by long-lived database  
connections? I have long-lived connections, but no long-lived prepared  
statements.


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

Reply via email to