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

Fix links, versions and some texts for SQLite docs. #4886

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

cincuranet
Copy link
Contributor

No description provided.

@@ -29,7 +29,7 @@ Install-Package Microsoft.EntityFrameworkCore.Sqlite

## Supported Database Engines

* SQLite (3.7 onwards)
* SQLite (3.46.1 onwards)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious - how do we decide/test which SQLite version is supported by our EF providers?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we "decide". Before .NET 9 release we took what was latest and referenced the underlying packages. It will probably work with older versions (minus the fixed bugs, etc. like i.e. #34590), but we don't explicitly test this.

entity-framework/core/providers/sqlite/limitations.md Outdated Show resolved Hide resolved
entity-framework/core/providers/sqlite/limitations.md Outdated Show resolved Hide resolved
entity-framework/core/providers/sqlite/limitations.md Outdated Show resolved Hide resolved
entity-framework/core/providers/sqlite/limitations.md Outdated Show resolved Hide resolved
entity-framework/toc.yml Outdated Show resolved Hide resolved
@cincuranet cincuranet force-pushed the update-sqlite branch 2 times, most recently from 69e7beb to a1d4a3a Compare November 22, 2024 11:16
@cincuranet cincuranet merged commit f257a9c into dotnet:main Nov 22, 2024
3 checks passed
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.

2 participants