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/08/02 20:30:04 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14651113#comment-14651113 ] 

Tomasz Guzialek commented on METAMODEL-167:
-------------------------------------------

Faling unit test available in my fork:

https://github.com/tomaszguzialek/metamodel/blob/METAMODEL-167/core/src/test/java/org/apache/metamodel/QueryPostprocessDataContextTest.java#L1154

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