Skip to content
Snippets Groups Projects
Commit bba78825 authored by Tizian Schmidlin's avatar Tizian Schmidlin Committed by Stefan B�rk
Browse files

[BUGFIX] Ensure `uid` is not updated when updating resources

When updating entries, the `updateFields` will provide `uid`, which
works fine in MySQL but might lead to problems when working with
stricter DBMS.

Such an example of a DBMS not liking the update of an identity field,
is SQL Server.

Now, I know that SQL Server will not be supported in TYPO3 v12 going
onward, but on the off-chance that somebody has another DBMS than MySQL
or has DBMS that will break when trying to update an identify field,
this bugfix might still be valuable.

The bug exists back to TYPO3 10 at least.

Releases: main, 12.4, 11.5
Resolves: #100175
Change-Id: Id4dd90579191da0cb770490256087209e749deb4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80068


Tested-by: default avatarStefan B�rk <stefan@buerk.tech>
Reviewed-by: default avatarStefan B�rk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 2e014945
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment