]
Adrian Nistor updated ISPN-8983:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.1.Final
Resolution: Done
Merged in master. Thanks [~gustavonalle]!
Invalid Ickle query causes server exception
-------------------------------------------
Key: ISPN-8983
URL:
https://issues.jboss.org/browse/ISPN-8983
Project: Infinispan
Issue Type: Bug
Components: Remote Querying
Affects Versions: 9.2.0.Final
Reporter: Vladimir Blagojevic
Assignee: Gustavo Fernandes
Fix For: 9.2.1.Final
I wrote an invalid Ickle query: select id, name from Character where
id:"1009148" but instead of getting an error back the server side blew up with
an exception. We should catch these cases and report back to the client the cause of the
error.