On 11 Mar 2014, at 10:59pm, St. B. <sbart...@gmail.com> wrote:

> So I updated to V1.0.91 of SDS, but now I get the following error at each
> query run against the database :
> SQLite error (1): no such table: sqlite_stat1
> 
> What should I do to get the table properly created?

Open the database and execute the SQL command ANALYZE, either inside your app 
or using the Shell tool.  This creates that table, which will then be saved 
inside the database file.

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

Reply via email to