Joe Mistachkin <sqlite@...> writes:

> Setting the sqlite3_temp_directory to the value contained in the
> "Windows.Storage.ApplicationData.Current.TemporaryFolder.Path" property
> should clear the issue.  This can be done immediately after opening the
> connection using PRAGMA temp_store_directory command on the newly opened
> database connection.

Hi Joe, thank you, that did the trick!

Will this be fixed in the next version? I think for the WinRT build, it should
default to that directory, because it cannot access any other temp directory
anyways.

The documentation for the temp pragma says "Do not use this pragma" :)

Kind Regards
Lukas

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

Reply via email to