[teiid-issues] [JBoss JIRA] Closed: (TEIID-848) Insert with out of order variables and query expression is incorrect

Steve Hawkins (JIRA) jira-events at lists.jboss.org
Thu Jun 10 21:11:39 EDT 2010


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

Steve Hawkins closed TEIID-848.
-------------------------------



> Insert with out of order variables and query expression is incorrect
> --------------------------------------------------------------------
>
>                 Key: TEIID-848
>                 URL: https://jira.jboss.org/browse/TEIID-848
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 6.0.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 7.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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list