[teiid-issues] [JBoss JIRA] Commented: (TEIID-1545) Order By not pushed down

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Apr 5 14:23:33 EDT 2011


    [ https://issues.jboss.org/browse/TEIID-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593826#comment-12593826 ] 

Steven Hawkins commented on TEIID-1545:
---------------------------------------

The changes mentioned in the resolution were checked in under this issue.

> Order By not pushed down
> ------------------------
>
>                 Key: TEIID-1545
>                 URL: https://issues.jboss.org/browse/TEIID-1545
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.3
>            Reporter: Mark Addleman
>            Assignee: Steven Hawkins
>             Fix For: 7.4
>
>
> ORDER BY is not pushed down in the following query:
> SELECT J0.APPNAME, B.\"SYSID\", B.\"USERID\", 
> (select count(*) from (select * from notes.RETRIEVE_NOTES where OBJECT_PKEY = B.USERID) as foo) as C_notesForObject
> FROM \"SECURITY.BASEUSER\" as B left join security.sysinfo J0 on J0.sysid=B.sysid ORDER BY J0.APPNAME ASC
> SECURITY comes from the DB2 translator
> notes comes from a programmatic translator which does not support ORDER BY

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