-
Bug
-
Resolution: Done
-
Major
-
7.69.0.Final
-
None
-
2022 Week 17-19 (from Apr 25), 2022 Week 20-22 (from May 16)
-
2
-
NEW
-
NEW
-
---
-
---
Even after DROOLS-6950 fix, Unary negation with TemporalPredicate + declared timestamp fails.
e.g.
declare TransactionHistory @role( event ) @timestamp(timeStamp) end rule R when $a : TransactionHistory( merchantId == 10 ) List(size() > 0) from collect (TransactionHistory( merchantId == 20, !(this before [10d] $a.timeStamp ))) then ...
- relates to
-
DROOLS-6950 Unary negation fails with TemporalPredicate in executable-model
- Closed