Skip to content

Document EF.Functions.JsonPathExists#449

Merged
roji merged 1 commit intonpgsql:preview-3from
roji:JsonPathExists
Mar 6, 2026
Merged

Document EF.Functions.JsonPathExists#449
roji merged 1 commit intonpgsql:preview-3from
roji:JsonPathExists

Conversation

@roji
Copy link
Member

@roji roji commented Mar 5, 2026

Copilot AI review requested due to automatic review settings March 5, 2026 22:09
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Npgsql EF Core provider documentation to mention and map the newly supported EF.Functions.JsonPathExists() API (tracked in npgsql/efcore.pg#3733), including its SQL translation.

Changes:

  • Added a release note entry for EF.Functions.JsonPathExists() in the 11.0 release notes.
  • Documented the LINQ-to-SQL translation mapping for EF.Functions.JsonPathExists(json, path) to JSON_EXISTS(json, path).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
conceptual/EFCore.PG/release-notes/11.0.md Adds a release note bullet describing support for EF.Functions.JsonPathExists() and its SQL/JSON translation.
conceptual/EFCore.PG/mapping/translations.md Adds the function-to-SQL mapping row for EF.Functions.JsonPathExists(json, path)JSON_EXISTS(json, path).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@roji roji changed the base branch from main to preview-3 March 6, 2026 08:37
@roji roji merged commit 768aed0 into npgsql:preview-3 Mar 6, 2026
6 checks passed
@roji roji deleted the JsonPathExists branch March 6, 2026 08:38
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