-
Bug
-
Resolution: Done
-
Major
-
None
-
8.34.0.Final
-
None
-
2023 Week 09-11 (from Feb 27)
-
-
NEW
-
NEW
-
---
-
---
forall is not expanding properly in spreadsheet decision tables in Drools 8.
Ex.
forall(&&){number $} with cell value ">5,<=10"
Expected: number >5 && number <=10
Actual: number >5,<=10
This same example expands properly in drools-decisiontables version 7.73.0.Final