[ 
https://jira.nuxeo.org/browse/NXP-5913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume resolved NXP-5913.
------------------------------------

    Resolution: Fixed

http://hg.nuxeo.org/nuxeo/nuxeo-core/rev/4f54108ff9c0

> ecm:path <> "...." interpreted ecm:path = "..."
> -----------------------------------------------
>
>                 Key: NXP-5913
>                 URL: https://jira.nuxeo.org/browse/NXP-5913
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Core SQL Storage
>            Reporter: Benjamin Jalon
>            Assignee: Florent Guillaume
>            Priority: Critical
>             Fix For: 5.4
>
>
> 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);
>             }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to