[teiid-issues] [JBoss JIRA] Closed: (TEIID-989) Pushdown query ORDER BY is not always ordering results properly on Sql2000

Steve Hawkins (JIRA) jira-events at lists.jboss.org
Fri Jun 18 14:40:47 EDT 2010


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

Steve Hawkins closed TEIID-989.
-------------------------------



> Pushdown query ORDER BY  is not always ordering results properly on Sql2000 
> ----------------------------------------------------------------------------
>
>                 Key: TEIID-989
>                 URL: https://jira.jboss.org/browse/TEIID-989
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.0
>            Reporter: Warren Gibson
>            Assignee: Steven Hawkins
>             Fix For: 7.0
>
>
> Pushdown queries with ORDER BY are not always ordering results correctly.  The below query is returning query results in the proper order for Simple Capabilities but in the wrong order for Pushdown on sql2000 source.   This may also be happening on other sources.
> SELECT BQT1.SmallA.IntNum, BQT2.SmallB.StringNum FROM BQT1.SmallA, BQT2.SmallB WHERE BQT1.SmallA.IntNum = BQT2.SmallB.StringNum AND BQT1.SmallA.IntKey >= 5 AND BQT2.SmallB.IntKey >= 5 ORDER BY BQT1.SmallA.StringKey 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list