Skip to content

Commit

Permalink
DOC Add changelog note about SQLUpdate supporting JOIN (silverstripe#481
Browse files Browse the repository at this point in the history
)
  • Loading branch information
GuySartorelli authored and emteknetnz committed May 15, 2024
1 parent 28b17e5 commit cc5f262
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions en/08_Changelogs/5.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: 5.3.0 (unreleased)
---

# 5.3.0 (unreleased)

## Overview

- [Features and enhancements](#features-and-enhancements)
- [Support for `JOIN` in SQL `UPDATE`](#sql-update-join)
- [Bug fixes](#bug-fixes)

## Features and enhancements

### Support for `JOIN` in SQL `UPDATE` {#sql-update-join}

The [`SQLUpdate`](api:SilverStripe\ORM\Queries\SQLUpdate) class now supports all of the same `JOIN` operations (using the same methods) that [`SQLSelect`](api:SilverStripe\ORM\Queries\SQLSelect) does.

This is particularly helpful if you need to update columns in one table to match values from another table.

## Bug fixes

This release includes a number of bug fixes to improve a broad range of areas. Check the change logs for full details of these fixes split by module. Thank you to the community members that helped contribute these fixes as part of the release!

<!--- Changes below this line will be automatically regenerated -->

<!--- Changes above this line will be automatically regenerated -->

0 comments on commit cc5f262

Please sign in to comment.