On 11/02/2017 08:50 PM, yaro wrote:
Hello,
I have found the cause of the weird behaviour. The in Shared Cache In-Memory
DB isn't persisted, rather the problem is due to a temp file named "file"
that isn't deleted after my application closes. Whenever I delete this file
then everything works fine.

 From my search this file ought to be auto deleted by SQLite when closed but
it isn't. Could anyone please provide suggests on how to fix this, my PC has
win7.

How are you enabling URI filenames?

By building with -DSQLITE_USE_URI, or by enabling them globally at runtime using sqlite3_config(), or by passing the SQLITE_OPEN_URI flag to sqlite3_open_v2()?

Dan.

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

Reply via email to