Gustavo Fernandes created ISPN-8564:
---------------------------------------
Summary: Cannot select inner entities in Ickle
Key: ISPN-8564
URL:
https://issues.jboss.org/browse/ISPN-8564
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 9.2.0.Beta1
Reporter: Gustavo Fernandes
Consider a proto mapping:
{code}
message Parent {
optional Child child;
}
message Child {
optional string name = 1;
}
{code}
It is not possible to select any of the Child attributes in the query. The following
queries fail:
{{SELECT p.child FROM Parent p}}
Fails with ISPN028503
{{SELECT p.child.name FROM Parent p}}
Fails with ISPN028502: Unknown alias 'child'
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)