Actions
Task #57130
closedEpic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Epic #55656: Optimize overall Extbase performance
Story #55168: Optimize Extbase generic persistence
Task #55167: Extbase: avoid parseQuery() / buildQuery() to be called multiple times
Extbase Queries with NULL comparison don't work anymore
Start date:
2014-03-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
query comparison NULL
Complexity:
Sprint Focus:
Description
Introduced by: http://forge.typo3.org/issues/55167
See https://review.typo3.org/#/c/27555/12/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbQueryParser.php lines 356 - 363
Compare them to https://review.typo3.org/#/c/27555/12/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php (removed) lines 755 - 762
The NULL operators are no longer passed on to the parseDynamicOperand method. I will add a change for this soon.
Actions