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

UWP Sqlite 'VACUUM; error #20253

Closed
Fernand-Delavy opened this issue Mar 11, 2020 · 7 comments
Closed

UWP Sqlite 'VACUUM; error #20253

Fernand-Delavy opened this issue Mar 11, 2020 · 7 comments

Comments

@Fernand-Delavy
Copy link

Test.zip
Sorry for my bad English.
Very small App VS 2019 Test attached to see the problem, rebuid it and run.
If you run as it work. if you update Microsoft.Data.Sqlite to version 3.1.2 or > 2.2.6 it crash.
Id did talk the problem to Microsoft, response

Svet Bonev [MSFT]
Hello! Thank you for your feedback!
We have determined that the feedback applies to another product: Entity Framework Core. We recommend that you submit the feedback to that product team at https://github.com/aspnet/EntityFrameworkCore. Thank you and we value your contribution to Developer Community.

Thanks in advance

@ajcvickers
Copy link
Member

/cc @bricelam

@bricelam
Copy link
Contributor

Works outside of UWP.
Works using winsqlite3.dll. (the version of SQLite that ships as part of the Windows SDK)

- <PackageReference Include="Microsoft.Data.Sqlite">
+ <PackageReference Include="Microsoft.Data.Sqlite.Core">
    <Version>3.1.2</Version>
  </PackageReference>
+ <PackageReference Include="SQLitePCLRaw.bundle_winsqlite3">
+   <Version>2.0.2</Version>
+ </PackageReference>

@bricelam
Copy link
Contributor

/cc @ericsink

@ajcvickers
Copy link
Member

Closing as external since this is now tracked by ericsink/SQLitePCL.raw#339

@Fernand-Delavy
Copy link
Author

Fernand-Delavy commented Mar 18, 2020 via email

@ajcvickers
Copy link
Member

@Fernand-Delavy It's closed here because the issue is external to EF. The linked issue ericsink/SQLitePCL.raw#339 is still open and I see you are being helped there. We have a lot of issues to track so we try not to track the same thing in multiple places.

@bricelam
Copy link
Contributor

Sounds like this may be fixed by PR #20077

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants