Actions
Bug #67714
closedInvalid SQL: RteAcronymButtonRenamedToAbbreviation migration uses double quotes for field values
Status:
Closed
Priority:
Must have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2015-06-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
The WHERE part of the query is defined like this:
$where = 'TSConfig LIKE BINARY "%acronym%"'
Double quotes need to be replaced with single quotes. Also the field is name TSconfig, not TSConfig.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New 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/40578
Updated by Morton Jonuschat over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b2450ef88c335e9d2f2c3ea5370c403c255c21f8.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions