Actions
Bug #69088
closedEpic #68397: Make TYPO3 work with MySQL strict mode
updateObject sets sys_language_uid to NULL
Start date:
2015-08-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
updateObject uses the property _languageUid without casting it to an integer value. This value can be NULL for a freshly created object. With a database that is strict about inserting NULL into columns that are declared NOT NULL that can lead to errors.
Updated by Morton Jonuschat over 9 years ago
- Status changed from New to In Progress
- Assignee set to Morton Jonuschat
- Parent task set to #68397
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42653
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42653
Updated by Morton Jonuschat over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 48334f62772daa3b017b5dae1e9045a6f4903c41.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions