Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-2815

SQL query on Name property which starts with a number, does not match

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.1.1
    • None
    • query
    • None

    Description

      1) Create a (nt:unstrutured) node in the repo
      2) Add a Name property (e.g. nameProperty)

      If the Name-property contains a text which doesn't start with a numer, e.g. "hello" then

      >select * from nt:unstructured where nameProperty = 'hello'

      returns the given node.

      BUT if the the text of the Name-property starts with a number, e.g. "2hello"

      >select * from nt:unstructured where nameProperty = '2hello'

      or

      >select * from nt:unstructured where nameProperty like '%hello'

      NO MATCHING NODE IS RETURNED

      Attachments

        Activity

          People

            Unassigned Unassigned
            clemensdev Clemens Wyss
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: