On 10/26/18, Sebastian Zwack <[email protected]> wrote: > > Out of curiosity, why do in-memory and file based differ here? Are these > query optimizations only done for the in-memory db? >
I observe the problem regardless of whether the database is on-disk or in-memory. Perhaps your system is somehow using a different (older) version of SQLite that predates the problem when accessing database file from disk? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

