Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1550

SQL/QOM query using ISCHILDNODE fail to find children of a node

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.0.Beta1
    • 3.0.0.Alpha6
    • None
    • None
    • Hide

      Can be reproduced executing above queries using REST client or simple QOM query using ChildNodeConstraint.

      Show
      Can be reproduced executing above queries using REST client or simple QOM query using ChildNodeConstraint.

      The query

      select * from [nt:base] where ischildnode('/')
      

      and equivalent QOM query return no results (should return at least /jcr:system). The query

      select * from [nt:base] where ischildnode('/jcr:system')
      

      only returns /jcr:/system/mode:locks, but not jcr:nodeTypes, jcr:versionStorage, mode:namespaces

      May be related to or duplicate of MODE-1469?

            rhauch Randall Hauch (Inactive)
            jonathandfields_jira Jonathan Fields (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: