STARTWITH clause is no longer supported on fields other than ecm:path
---------------------------------------------------------------------

                 Key: NXP-3121
                 URL: http://jira.nuxeo.org/browse/NXP-3121
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
            Reporter: Thierry Delprat
            Assignee: Thierry Delprat
             Fix For: 5.2 M4


Typically "select * from Document where dc:coverage STARTSWITH 'europe'" does  
not work anymore
=>
org.nuxeo.ecm.core.storage.sql.QueryMaker$QueryMakerException: STARTSWITH 
requires ecm:pathas left argument

Action : Change the QueryModel to automatically convert the query 
=> "select * from Document where dc:coverage LIKE 'europe%'" 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://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