question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SyncExeption 'SQLite Error 1: 'SQL logic error' with Microsoft.Data.Sqlite 6.0.1

See original GitHub issue

Since #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:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Mimetiscommented, Jan 12, 2022

Done in the last commit in master branch

1reaction
Mimetiscommented, Jan 11, 2022

I will try to make a test with Microsoft.Data.Sqlite 6.0.1 for 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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found