[BUGFIX] FOLLOWUP Queries with NULL don't work
In https://review.typo3.org/28592 we apparently did not fix the whole problem. This followup will deal with the edge-case of using a similar built statement, which results in the same hash being generated from the QueryParser. Resolves: #57130 Related: #55167 Releases: 6.2 Change-Id: I02a478fcabb89d11054f8f0a3c800965edfd7844 Reviewed-on: https://review.typo3.org/28715 Reviewed-by: Marc Bastian Heinrichs Tested-by: Marc Bastian Heinrichs Reviewed-by: Markus Klein Tested-by: Markus Klein
Showing
- typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Comparison.php 19 additions, 9 deletions...xt/extbase/Classes/Persistence/Generic/Qom/Comparison.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbQueryParser.php 6 additions, 16 deletions...lasses/Persistence/Generic/Storage/Typo3DbQueryParser.php
- typo3/sysext/extbase/Classes/Persistence/QueryInterface.php 14 additions, 0 deletionstypo3/sysext/extbase/Classes/Persistence/QueryInterface.php
- typo3/sysext/extbase/Tests/Functional/Persistence/QueryParserTest.php 23 additions, 0 deletions.../extbase/Tests/Functional/Persistence/QueryParserTest.php
Please register or sign in to comment