]
Toshiya Kobayashi commented on DROOLS-5712:
-------------------------------------------
Unit
Add alpha index for executable-model Date constraints
-----------------------------------------------------
Key: DROOLS-5712
URL:
https://issues.redhat.com/browse/DROOLS-5712
Project: Drools
Issue Type: Enhancement
Components: executable model
Affects Versions: 7.44.0.Final
Reporter: Toshiya Kobayashi
Assignee: Toshiya Kobayashi
Priority: Major
Currently executable model doesn't add alpha index to Date constraints.
e.g.
{code:java}
Person( birthDay == "01-Oct-2000" )
Person( birthDay > "01-Oct-2000" )
{code}