]
Tristan Tarrant updated ISPN-12405:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
Implement list query parameter for Ickle IN clause
---------------------------------------------------
Key: ISPN-12405
URL:
https://issues.redhat.com/browse/ISPN-12405
Project: Infinispan
Issue Type: Task
Components: Embedded Querying, Remote Querying
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Priority: Major
Fix For: 12.1.0.Final
{color:#172b4d}Either{color}
{color:#172b4d} FROM User WHERE id IN (:p1){color}
or
{color:#172b4d} FROM User WHERE id IN :p1{color}
{color:#172b4d}The parameter could be an array or Collection which must not be null or
empty.{color}