You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rick Hillegas (JIRA)" <ji...@apache.org> on 2014/07/10 14:37:04 UTC

[jira] [Created] (DERBY-6657) Need to document the fact that views can't be the source data sets of MERGE statements

Rick Hillegas created DERBY-6657:
------------------------------------

             Summary: Need to document the fact that views can't be the source data sets of MERGE statements
                 Key: DERBY-6657
                 URL: https://issues.apache.org/jira/browse/DERBY-6657
             Project: Derby
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 10.11.0.0
            Reporter: Rick Hillegas


The work on DERBY-6652 now prevents views from being used as the source data sets of MERGE statements. We should adjust the Reference Guide section on the MERGE statement accordingly. This statement in rrefsqljmerge.dita:

"sourceTable must identify a base table, a view, or a table function, and it may not be a synonym"

should be changed to 

"sourceTable must identify a base table or a table function, and it may not be a synonym"



--
This message was sent by Atlassian JIRA
(v6.2#6252)