[teiid-issues] [JBoss JIRA] Resolved: (TEIID-1644) Teiid not passing back min/max as result data element when MIN/MAX used in query

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Jun 20 17:04:23 EDT 2011


     [ https://issues.jboss.org/browse/TEIID-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-1644.
-----------------------------------

    Resolution: Rejected


See TEIID-1643. You are expecting ctc to use column label instead of column name.

> Teiid not passing back min/max as result data element when MIN/MAX used in query
> --------------------------------------------------------------------------------
>
>                 Key: TEIID-1644
>                 URL: https://issues.jboss.org/browse/TEIID-1644
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.5
>         Environment: Teiid7.5 Alfa1
>            Reporter: Warren Gibson
>            Assignee: Steven Hawkins
>         Attachments: QT_MySql50_Push.vdb
>
>
> Not passing back min/max as result data element when MIN/MAX used in query.  Two queries are shown below with actual results and expected results.  This may be related to JIRA 1643 also.  VDB is attached.
> SELECT MIN(IntKey) FROM BQT1.SmallA
> Actual Results:
> <dataElement type="integer">IntKey</dataElement>
> Expected Results:
> <dataElement type="integer">min</dataElement>
> - - - - - - - - - - - - - - - - -
> SELECT MAX(IntKey) FROM BQT1.SmallA
> Actual Results:
> <dataElement type="integer">IntKey</dataElement>
> Expected Results:
> <dataElement type="integer">max</dataElement>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list