Actions
Bug #89154
closedQueryGenerator::cleanInputVal() - do not call strtotime on timestamp
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-09-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The method QueryGenerator::cleanInputVal()
tries to cleanup values for query generation based on its value comparison type. This doesn't work properly on all databases for timestamps since the code checks whether a call of strtotime
on a timestamp creates a new timestamp.
Actions