SyncExeption 'SQLite Error 1: 'SQL logic error' with Microsoft.Data.Sqlite 6.0.1
See original GitHub issueSince #632 I’ve been waiting for Microsoft.Data.Sqlite 6.0.1
We’re using Dotmim.Sync.Sqlite 0.9.1 on the client with Microsoft.Data.Sqlite 5.0.12 without issues. When I upgrade to Microsoft.Data.Sqlite 6.0.1 DMS throws SyncException SQLite Error 1 SQL Logic Error
Wind back to Microsoft.Data.Sqlite 5.0.12 and the issue goes away.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
system.data.SQLite.SQLiteException(0x800007BF) SQL ...
IN my windows application developed in C# having an issue with some of the users with that error as below system.data.SQLite.
Read more >SpatialiteLoader throws SqliteException: 'SQLite Error 1: ' ...
Exception message: SQLite Error 1: 'not authorized'. Stack trace: at Microsoft ... Data.Sqlite.SqliteCommand.ExecuteNonQuery() at Microsoft.
Read more >ASP.NET 5, EF 7 and SQLite - SQLite Error 1: 'no such ...
Ifyou don't set the working directory, the following Microsoft.Data.Sqlite.SqliteException is thrown: SQLite Error 1: 'no such table: Blogs' ...
Read more >Tips for debugging a "SQL logic error"?
I'm getting a strange error trying to query a SQLite database that uses ... select * from wholeIndex; Error: stepping, SQL logic error...
Read more >System.Data.SQLite.SQLiteException (0x80004005): SQL ...
I opened the db with an sqllite editor but the one I had didn't like the file. Sooo I went in the docker...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Done in the last commit in master branch
I will try to make a test with
Microsoft.Data.Sqlite 6.0.1for all the different platforms supported by DMS and see if everything is working fine. If it’s the case, I will update the source code and will publish a new beta package