I cannot execute a select query using REST in which I have the UUID as a filter. I cannot test using Eclipse IDE as there in general I cannot execute any select query (see issue #75 ).
Query
from CreditCard cc select cc.number where cc.@id == #eafdb82d-31b0-4d77-9f74-b5471c070452
Describe the bug
I cannot execute a select query using REST in which I have the UUID as a filter. I cannot test using Eclipse IDE as there in general I cannot execute any select query (see issue #75 ).
Query
Model
ML: here DL: here
Expected behavior
Get back the number of the CreditCard entity (which has the specific UUID).
REST API
If the bug happens when calling the REST API:
docker-compose logs qlserver
:Additional context
I get this message back from my REST client (Insomnia):