Skip to content

Commit

Permalink
Add note on EFCore.PG jsonpath support
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Oct 30, 2024
1 parent 7edf7d2 commit 8dd7bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conceptual/EFCore.PG/release-notes/9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Thanks to [@ChrisJollyAU](https://github.com/ChrisJollyAU) and [@Timovzl](https:

* Translate `array.Where(i => i != x)` to `array_remove(array, x)`
* Translate `DateOnly.DayNumber`, `DateOnly.FromDayNumber()` and simplify `dateOnly1.DayNumber - dateOnly2.DayNumber` to `dateOnly1 - dateOnly2`.
* Map the PostgreSQL `jsonpath` type to .NET string; this allows mapping to `jsonpath` columns.

See the [9.0.0 milestone](https://github.com/npgsql/efcore.pg/milestone/61?closed=1) for the full list of Npgsql EF provider issues.

Expand Down

0 comments on commit 8dd7bca

Please sign in to comment.