peterhuene / sqlite-net-wp8

A C++/CX wrapper for SQLite functions that sqlite-net depends on. Can be used as an alternative to csharp-sqlite on Windows Phone 8. This library is released under the MIT license.
MIT License
74 stars 65 forks source link

Sqlite3.set_temp_directory give me exception #49

Open xlazom00 opened 9 years ago

xlazom00 commented 9 years ago

Sqlite3.set_temp_directory(Windows.Storage.ApplicationData.Current.LocalFolder.Path); give me expection on windows phone silverlight 8.1 so I can't use transaction log on FS

Any idea why?