Skip to content

CP-16984 phql update set#17084

Merged
niden merged 5 commits into
5.0.xfrom
CP-16984-phql-update-set
Jun 6, 2026
Merged

CP-16984 phql update set#17084
niden merged 5 commits into
5.0.xfrom
CP-16984-phql-update-set

Conversation

@niden
Copy link
Copy Markdown
Member

@niden niden commented Jun 6, 2026

Hello!

In raising this pull request, I confirm the following:

  • I have read and understood the Contributing Guidelines
  • I have checked that another pull request for this purpose does not exist
  • I wrote some tests for this PR
  • I have updated the relevant CHANGELOG
  • I have created a PR for the documentation about this change

Added support for JOIN clauses in PHQL UPDATE statements (e.g. UPDATE Invoices INNER JOIN Customers ON ... SET ... WHERE Customers.cst_id = :id:). The join is used to filter the records to update; the statement still targets a single model. #16984 [doc]

Thanks

@niden niden requested a review from Jeckerson June 6, 2026 21:21
@niden niden self-assigned this Jun 6, 2026
@niden niden added bug A bug report status: medium Medium 5.0 The issues we want to solve in the 5.0 release labels Jun 6, 2026
@niden niden merged commit d0a2533 into 5.0.x Jun 6, 2026
192 checks passed
@niden niden deleted the CP-16984-phql-update-set branch June 6, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5.0 The issues we want to solve in the 5.0 release bug A bug report status: medium Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant