[
https://issues.apache.org/jira/browse/TRAFODION-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15494586#comment-15494586
]
ASF GitHub Bot commented on TRAFODION-2225:
-------------------------------------------
GitHub user anoopsharma00 opened a pull request:
https://github.com/apache/incubator-trafodion/pull/709
jira TRAFODION-2225 misc enhancements
-- merge update clause can now be specified as:
update set a = 10, b = 20;
-- RETURNS keyword can now be used as an identifier
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoopsharma00/incubator-trafodion
ansharma_br_misc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/709.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #709
----
commit ae050f34e21061f1ffa0a8d10776e440e4e52e09
Author: Anoop Sharma <[email protected]>
Date: 2016-09-15T21:36:32Z
jira TRAFODION-2225 misc enhancement
-- merge update clause can be specified as:
update set a = 10, b = 20;
-- RETURNS keyword can now be used as an identifier
----
> Misc enhancements and fixes
> ---------------------------
>
> Key: TRAFODION-2225
> URL: https://issues.apache.org/jira/browse/TRAFODION-2225
> Project: Apache Trafodion
> Issue Type: Improvement
> Reporter: Anoop Sharma
> Assignee: Anoop Sharma
> Priority: Minor
>
> Enhancements:
> -- update set clause in merge stmt returns error with the following format:
> update set a = 10, b = 20;
> It needs to be specified as:
> update set (a,b) = (10,20);
> -- RETURNS keyword cannot be used as an identifier
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)