Actions
Bug #93795
closedReplace none working example in PHPDoc
Start date:
2021-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The PHPDoc of
TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessorcontains an example to order by
RAND().
That does not work since Doctrine will add asc as default.
This will lead to the following error:
ORDER BY `RAND()` ASC': Unknown column 'RAND()' in 'order clause'
Actions