Insert with out of order variables and query expression is incorrect
--------------------------------------------------------------------
Key: TEIID-848
URL:
https://jira.jboss.org/jira/browse/TEIID-848
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 6.0.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 6.3.0
For example:
create local temporary table x (e1 string, e2 integer);
insert into x (e2, e1) select e2, e1 from pm1.g1;
would fail because we are simply rewriting to select e2, e1 into x from pm1.g1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira