Actions
Task #100175
closed[BUGFIX] Ensure `uid` is not updated when updating resources
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-03-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
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.
This issue was automatically created from https://github.com/TYPO3/typo3/pull/421
Actions