]
Steven Hawkins resolved TEIID-5366.
-----------------------------------
Resolution: Done
Corrected the multiple element sql string logic.
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