[!!!][BUGFIX] Fix boolean noQuote option in DatabaseConnection::fullQuoteArray
The api for fullQuoteArray allows the parameter $noQuote to be boolean. This patch corrects the handling of the case when true is being passed as value for $noQuote. Resolves: #71458 Releases: master Change-Id: I332934a471b1e8d7310272bcc2164a375104cb07 Reviewed-on: https://review.typo3.org/46017 Reviewed-by:Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Classes/Database/DatabaseConnection.php 5 additions, 3 deletionstypo3/sysext/core/Classes/Database/DatabaseConnection.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-71458-FullQuoteArrayCantHandleBooleanValuesForNoQuote.rst 32 additions, 0 deletions...71458-FullQuoteArrayCantHandleBooleanValuesForNoQuote.rst
- typo3/sysext/core/Tests/Unit/Database/DatabaseConnectionTest.php 58 additions, 0 deletions...ysext/core/Tests/Unit/Database/DatabaseConnectionTest.php
Please register or sign in to comment