-
Notifications
You must be signed in to change notification settings - Fork 161
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
With .NET core, Select (only) in SQLite doesn't work #360
Comments
I've created a new
Then a
And then a table
At the first time the app creates correctly the database. The database is empty. If I try to add a new record in the database I receive this error:
What is wrong? I created an update of this error here on StackOverflow. |
Hi guys,
I updated MobileCenter. MobileCenter added .NET Core in my projects. The bad consequence is SQLite is working but not for select. When I execute this easy code
I receive an error
with this StackTrack
I have all my applications that working with the same procedure and it is working well.
Tagged: sqlite.net core
The text was updated successfully, but these errors were encountered: