-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
After upgrade to the latest version of SQLitePCLRaw.bundle_e_sqlite3mc in my personal project, it will throws a Exception says.
Microsoft.Data.Sqlite.SqliteException: 'SQLite Error 26: 'file is not a database'.'
I have simplified the issue into a test repo.
reproduce:
git clone [email protected]:ali50m/SqliteMcConsole.git
cd SqliteMcConsole
dotnet run --project .\src\SqliteMcConsole\
Run the project more than two times you will met the exception.
Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 26: 'file is not a database'.
workaround:
- downgrade the nuget SQLitePCLRaw.bundle_e_sqlite3mc to 2.1.10.
- Or delete the password setting in connection string.
env:
- windows 10 21H2 19044.5737
- dotnet SDK 9.0.203
Metadata
Metadata
Assignees
Labels
No labels