On 14 Jun 2013, at 5:56pm, Maxim Khitrov <m...@mxcrypt.com> wrote:

> Unconditionally invalidating the cache after each initial call to step
> will add a bit of overhead when repopulating the values.

Do you think that every single user of SQLite does this ?  Have you ever seen 
it included in the source code of any application that uses SQLite ?

I don’t know quite what you’re worried about.  Do you actually expect your 
schema to be changed when you’re in the middle of a SELECT ?  And don’t you 
think that if the schema did change it would be better for your application to 
show the user an error code so your user would realise that the database they 
were consulting was now holding different kinds of data ?

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

Reply via email to