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

SQLite doesn't support automatic concurrency #33800

Merged
merged 4 commits into from
Oct 7, 2024
Merged

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Oct 6, 2024

Fixes #33799

Based on ...

  • A passing mention in the EF Core concurrency article that SQLite doesn't support dB-generated concurrency tokens.
  • The sample doesn't demo concurrency in local test runs and is developed with both ...
    • A requirement on native dB-concurrency tokens.
    • The SQLite dB provider.

Will track on dotnet/EntityFramework.Docs#4827 for additional info.


Internal previews

📄 File 🔗 Preview link
aspnetcore/blazor/blazor-ef-core.md aspnetcore/blazor/blazor-ef-core

@guardrex guardrex self-assigned this Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cover that the default SQLite dB doesn't support automatic concurrency tokens
1 participant