Update to sync to latest EF 9#276
Merged
ChrisJollyAU merged 3 commits intoCirrusRedOrg:masterfrom Apr 23, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the EF Core Jet provider to sync with the latest EF 9 changes. The update includes modifications to SQL condition syntax in various query tests, improvements to migration command execution and history retrieval, and several additional test cases verifying new behaviors.
Reviewed Changes
Copilot reviewed 16 out of 20 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test/EFCore.Jet.FunctionalTests/Query/*.cs | Updates SQL condition operators and adapts the query assertions to new syntax. |
| test/EFCore.Jet.FunctionalTests/Migrations/*.cs | Refactors migration tests and adds new tests for snapshot and migration error conditions. |
| src/EFCore.Jet/* | Adjustments to type mapping, migration command execution, history retrieval, and error handling to align with EF 9. |
Files not reviewed (4)
- Dependencies.targets: Language not supported
- Directory.Build.props: Language not supported
- global.json: Language not supported
- test/Directory.Build.props: Language not supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.