-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retargeting cidr from NpgsqlInet to (IPAddress Address, int Subnet).
- Updates: - Completed NpgsqlNetworkAddressTranslator switch. - Completed NpgsqlNetworkAddressExtensions for inet-inet and cidr-cidr. - Added ClientEvaluationNotSupportedException to throw from provider-specific extension methods. - TODO: - Add non-operators for inet and cidr (i.e. functions). - Problems: - Adding entities that have a tuple throws an exception related to a binary equality operator?
- Loading branch information
1 parent
169c2c5
commit b02bff3
Showing
8 changed files
with
741 additions
and
258 deletions.
There are no files selected for viewing
485 changes: 485 additions & 0 deletions
485
src/EFCore.PG/Extensions/NpgsqlNetworkAddressExtensions.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.