Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set temp directory on winRT platform. #157

Closed

Conversation

MontakOleg
Copy link

InsertOrReplace() inside transaction sometimes fails with "SQL logic or missing database"

This is because on winRT we must set temp_directory - https://www.sqlite.org/c3ref/temp_directory.html
Original sqlite-net library do that: https://github.com/praeclarum/sqlite-net/blob/master/src/SQLite.cs#L207

Related to #144

May be we should do that on WP8, but I don't have WP8 device for testing.

@oysteinkrog
Copy link
Owner

Aaah, that is very interesting.
Thank you:)

@davesmits
Copy link

i think something is wrong with the nugget package. I get this exception: Could not load file or assembly 'JetBrains.Annotations.PCL328, Version=8.0.5.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325' or one of its dependencies. The system cannot find the file specified.

@MontakOleg MontakOleg deleted the transactions_fix_on_winrt branch April 3, 2015 12:09
@MontakOleg
Copy link
Author

Yes, I am also getting the same exception in version 3.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants