stable

Clone or download

Read-only

feat: XTS support < and <= operators on datetime fields

Part of story #10710 search on fields with duck typing User can now query on datetime fields with < and <= operators *Testing:* With some trackers with datetime fields, performs a cross tracker search on these trackers with < and <= operators on datetime fields. It should works Change-Id: I5eb3873f56e260f9b8aa5228c006d23f1daf1c24

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Field/Datetime/DatetimeFromWhereBuilder.php +30 −2 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/DuckTypedField/DatetimeDuckTypedFieldTest.php +120 −0 Go to diff View file