Actions
Bug #79297
closedExpressionBuilder::literal() must be of the type string, integer returned with mssql
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2017-01-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Return value of TYPO3\CMS\Core\Database\Query\Expression\ExpressionBuilder::literal() must be of the type string, integer returned | TypeError thrown in file D:\home\site\wwwroot\vendor\typo3\cms\typo3\sysext\core\Classes\Database\Query\Expression\ExpressionBuilder.php in line 470.
Updated by Christian Kuhn over 7 years ago
confirmed. that's similar with quote()
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/53115
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/53118
Updated by Christian Kuhn over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2297bf1776933a42c1c71944aa6b3f061206b098.
Actions