[teiid-issues] [JBoss JIRA] (TEIID-5366) SQL string is incorrect with aliased all in group

Steven Hawkins (JIRA) issues at jboss.org
Thu Jun 7 10:02:00 EDT 2018


Steven Hawkins created TEIID-5366:
-------------------------------------

             Summary: SQL string is incorrect with aliased all in group
                 Key: TEIID-5366
                 URL: https://issues.jboss.org/browse/TEIID-5366
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 11.0, 10.3.2, 10.2.3


SQL such as:

select pm1g2.* from pm1.g1 as pm1g2

After parse/resolve will be shown as the sql string:

SELECT pm1.g1 AS pm1g2.* FROM pm1.g1 AS pm1g2



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the teiid-issues mailing list