[infinispan-issues] [JBoss JIRA] (ISPN-8564) Cannot select inner entities in Ickle
Gustavo Lira (Jira)
issues at jboss.org
Tue Nov 6 09:17:00 EST 2018
[ https://issues.jboss.org/browse/ISPN-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657247#comment-13657247 ]
Gustavo Lira commented on ISPN-8564:
------------------------------------
[~anistor] Hi Adrian. This issue was really fixed? I just saw a [PR|https://github.com/infinispan/infinispan/pull/5609] with a test case and you saying to not close the issue yet.
> 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.0.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Adrian Nistor
> Priority: Major
> Fix For: 9.4.0.Final
>
>
> 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.12.1#712002)
More information about the infinispan-issues
mailing list