Bug #55648
closedLine breaks in string in compile* methods of the SqlParser
100%
Description
The compile methods of inside SqlParser generates SQL queries out of an array. There are line breaks inside strings which leads to queries like:
SELECT * \n\t\t\t\tFROM table_name\n\t\t\t\tWHERE
This breaks the test for SqlParser of ext:dbal when it calls debug_testSQL() where the given query is combined with the compiled query -> debug_testSQL() dies when they are not the same.
Updated by Gerrit Code Review almost 11 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 https://review.typo3.org/27318
Updated by Gerrit Code Review over 10 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/27318
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/27318
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32648
Updated by Stefano Kowalke about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dc373eeb11b0cd1b0f860ec4cd1dc651309d55c3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed