Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-8564

Cannot select inner entities in Ickle

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 9.0.0.Final
    • None

    Description

      Consider a proto mapping:

      message Parent {
         optional Child child;
      }
      
      message Child {
         optional string name = 1;
      }
      

      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'

      Attachments

        Activity

          People

            Unassigned Unassigned
            gfernand@redhat.com Gustavo Fernandes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: