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