-
Bug
-
Resolution: Done
-
Major
-
7.31.0.Final
-
None
-
2020 Week 04-06 (from Jan 20), 2020 Week 07-09 (from Feb 10), 2020 Week 10-12 (from Mar 2)
-
8
-
NEW
-
NEW
Having a constraint like
Person(name == $customer)
is not really the same thing as
Person($customer == name)
In the second case not only you don't have property reactivity, but also you don't have indexing. This an inconsistent behaviour and hoping to fix it with a "normalization" phase where the second constraint got rewritten like the first before being analyzed by property reactivity and indexing.
- duplicates
-
DROOLS-1519 (var == $v) is faster than ($v == var) and scales much better: can they both be that fast?
- Closed
- relates to
-
DROOLS-4909 Infinite recursion in drools after version change from v7.20 to v7.21
- Closed