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

Update SQLitePCLRaw.bundle_e_sqlite3 from 2.0.2 to 2.0.4 in EFCore 3.1.* #25497

Closed
jakubsuchybio opened this issue Aug 12, 2021 · 1 comment
Closed
Labels
area-adonet-sqlite closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported Servicing-approved type-enhancement
Milestone

Comments

@jakubsuchybio
Copy link

jakubsuchybio commented Aug 12, 2021

Hi,
in https://github.com/ericsink/SQLitePCL.raw there is a bug in version 2.0.2, which only happens on .NET Framework, but not on .NET Core or .NET 5+.

The bug is this: ericsink/SQLitePCL.raw#321 and it is fixed in version 2.0.4.

EFCore 5+ uses the library version 2.0.4
EFCore 3.1.* uses the library version 2.0.2

However on .NET Framework, we can only use EFCore 3.1.* as the latest version of EFCore.

Because of this I'd like to propose, that you create new EFCore 3.1.X version that has this library updated to 2.0.4, so that .NET Framework users are not affected by this bug.

Thanks!

Include version information

Microsoft.Data.Sqlite version: That is the question! ;-)
Target framework: .NET Framework 4.8
Operating system: Windows 10

Edit:
There is an easy workaround for this, if anybody is affected by this. Because EFCore 3.1.* has this library as >= 2.0.2, we can just add this library's nuget package in version 2.0.4 and everything works fine.

@ajcvickers
Copy link
Contributor

@jakubsuchybio We will start the process of getting this approved for a 3.1.x version.

ajcvickers added a commit that referenced this issue Aug 17, 2021
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Aug 17, 2021
ajcvickers added a commit that referenced this issue Sep 8, 2021
@ajcvickers ajcvickers added this to the 3.1.20 milestone Sep 8, 2021
@ajcvickers ajcvickers changed the title Please update SQLitePCLRaw.bundle_e_sqlite3 from 2.0.2 to 2.0.4 in EFCore 3.1.* Update SQLitePCLRaw.bundle_e_sqlite3 from 2.0.2 to 2.0.4 in EFCore 3.1.* Sep 8, 2021
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-adonet-sqlite closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported Servicing-approved type-enhancement
Projects
None yet
Development

No branches or pull requests

2 participants