Jason Doherty wrote: > > CREATE VIRTUAL TABLE IF NOT EXISTS TASK_SPX USING rtree(id, minx, maxx, > miny, maxy); > > fails with > > SQLite error (1); no such table: main.sqlite_stat1 >
Could you run the SQL query "ANALYZE;" on the database and see if that clears the issue? -- Joe Mistachkin

