You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by "Tomasz Guzialek (JIRA)" <ji...@apache.org> on 2015/11/29 11:58:10 UTC

[jira] [Updated] (METAMODEL-167) SELECT * from multiple tables with WHERE clause causes duplication of SelectItems

     [ https://issues.apache.org/jira/browse/METAMODEL-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomasz Guzialek updated METAMODEL-167:
--------------------------------------
    Attachment: METAMODEL-167.patch

Unit test reproducing the issue.

> SELECT * from multiple tables with WHERE clause causes duplication of SelectItems
> ---------------------------------------------------------------------------------
>
>                 Key: METAMODEL-167
>                 URL: https://issues.apache.org/jira/browse/METAMODEL-167
>             Project: Apache MetaModel
>          Issue Type: Bug
>            Reporter: Tomasz Guzialek
>         Attachments: METAMODEL-167.patch
>
>
> While executing a SELECT * query on multiple tables together with a WHERE clause, SelectItems from WHERE clause are concatenated with SelectItems enumerated from SELECT *. The result list should not contain duplicate SelecItems, but this they are not correctly detected.
> Failing unit test coming soon in the comment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)