Bug #81613
closedWrong parameter type in quote function
100%
Description
It seems like there is the wrong type for the type-parameter expected in the quote function (Core\Database\Query\Querybuilder).
public function quote($input, string $type = null)
$type in doctrine is actually set as \PDO::PARAM which is an Integer value.
function quote($input, $type=\PDO::PARAM_STR);
This means the type parameter can't be used
Updated by Gerrit Code Review over 7 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/53260
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53260
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53261
Updated by Henrik Elsner over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 13d30c4233e93d3437b8c4cdb0a813fddf0cf4a8.