[teiid-issues] [JBoss JIRA] (TEIID-2721) Resolving an aliased view prevents inherent update from working

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Oct 31 21:55:01 EDT 2013


Steven Hawkins created TEIID-2721:
-------------------------------------

             Summary: Resolving an aliased view prevents inherent update from working
                 Key: TEIID-2721
                 URL: https://issues.jboss.org/browse/TEIID-2721
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
    Affects Versions: 7.7
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
            Priority: Critical


If an aliased form of an inherently updatable view is resolved first, we will cache invalid update info which prevents inherent insert/update from functioning correctly.

For example with the view gx, first running:

select * from gx as x
        
will prevent an inherent insert such as:

insert into gx (e1, e2, e3, e4) select * from pm1.g1

from working as expected

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list