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

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed Sep 23 15:01:49 EDT 2009


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

Steven Hawkins resolved TEIID-848.
----------------------------------

    Resolution: Done


Changed the temp table store logic and changed planning to use columns as given by the command.  See also TEIID-788 and TestTempTables

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

        


More information about the teiid-issues mailing list