Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-5913

ecm:path <> "...." interpreted ecm:path = "..."

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.4
    • Component/s: Core VCS

      Description

      If you are doing something like
      SELECT * FROM Document WHERE ecm:path <> "..."
      is interpreted
      SELECT * FROM Document WHERE ecm:path = "..."

      In NXQLQueryMaker.java

      Ligne : 1482

      } else

      { buf.append(hierTable.getColumn(model.MAIN_KEY).getFullQuotedName() + " = ?"); whereParams.add(id); }

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: