[ 
https://jira.nuxeo.org/browse/NXP-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=80152#action_80152
 ] 

Florent Guillaume commented on NXP-5506:
----------------------------------------

Raimund,

First, I'm afraid it's not possible for us to provide prepackaged backports of 
bugfixes to people who don't have a Nuxeo Connect support contract with us (and 
it that case it goes through a separate JIRA). You're welcome to get the source 
and build the package yourself though.

Second, the bug is not fixed yet. Note that we prioritize fixes depending on 
how many of our customers are affected first.

This will definitely get fixed before 5.4 though, I just can't tell you exactly 
when.


> NXQL query with several ecm:fulltext references fails
> -----------------------------------------------------
>
>                 Key: NXP-5506
>                 URL: https://jira.nuxeo.org/browse/NXP-5506
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Core SQL Storage, Search / Query
>    Affects Versions: 5.3.2
>         Environment: PostgreSQL, MySQL, Oracle or SQL Server
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>            Priority: Major
>             Fix For: 5.4
>
>
> When doing a NXQL query involving several ecm:fulltext, the generated SQL 
> query is incorrect and fails, because it mentions the fulltext table twice 
> without aliasing:
> SELECT "hierarchy"."id" AS "_C1"
>   FROM "hierarchy"
>   JOIN "fulltext" ON "fulltext"."id" = "hierarchy"."id"
>   JOIN "fulltext" ON "fulltext"."id" = "hierarchy"."id"
>    ...
> This does not happen with H2.

-- 
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