[
https://issues.jboss.org/browse/DROOLS-3670?page=com.atlassian.jira.plugi...
]
Matteo Mortari commented on DROOLS-3670:
----------------------------------------
There is an edge case for the {{between}} operator which needs alignment following DMNv1.2
updates, the linked reproducer exhibit the issue for the case of comparing
datetime(withTz) and without
Function now doesn't work with between expression
-------------------------------------------------
Key: DROOLS-3670
URL:
https://issues.jboss.org/browse/DROOLS-3670
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.18.0.Final
Reporter: Jozef Marko
Assignee: Matteo Mortari
Priority: Major
Please see the linked [
PR|https://github.com/kiegroup/drools/pull/2261/files]. There is
created test that evalutes expression {{now() between dateTimeA and dateTimeB}}. The test
passes arguments to evaluate the decision as {{false}}, however the decision is returning
{{null}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)