Sync to EF 10.0.0-rc.2.25468.104, partial update, JSON primitive collections revamp#3623
Merged
roji merged 3 commits intonpgsql:mainfrom Sep 22, 2025
Merged
Sync to EF 10.0.0-rc.2.25468.104, partial update, JSON primitive collections revamp#3623roji merged 3 commits intonpgsql:mainfrom
roji merged 3 commits intonpgsql:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR synchronizes the codebase to Entity Framework Core 10.0.0-rc.2.25468.104 with a partial update and a revamp of JSON primitive collections.
- Updates type mapping tests to support new JSON primitive collection mappings
- Adds comprehensive test coverage for temporal types, networking types, and primitive collections
- Restructures JSON collection handling to use more efficient PostgreSQL-specific SQL generation
Reviewed Changes
Copilot reviewed 68 out of 68 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test/EFCore.PG.Tests/Storage/NpgsqlTypeMappingSourceTest.cs | Adds tests for primitive collection and JSON primitive collection type mappings |
| test/EFCore.PG.FunctionalTests/Types/Temporal/*.cs | New test files for temporal types (TimeSpan, TimeOnly, DateTime variants, DateOnly) |
| test/EFCore.PG.FunctionalTests/Types/Numeric/*.cs | New test files for numeric types (short, long, int, float, double, decimal) |
| test/EFCore.PG.FunctionalTests/Types/Miscellaneous/*.cs | New test files for miscellaneous types (string, Guid, byte array, bool) |
| test/EFCore.PG.FunctionalTests/Types/Networking/*.cs | New test files for networking types (macaddr, inet) |
| test/EFCore.PG.FunctionalTests/Types/NpgsqlTypeFixture.cs | Base test fixture for type tests |
| test/EFCore.PG.FunctionalTests/Query/*.cs | Updated SQL assertions reflecting changes in JSON primitive collection handling |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.