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

Warren Gibson (JIRA) jira-events at lists.jboss.org
Mon Jun 20 15:07:24 EDT 2011


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