You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/03 16:39:00 UTC

[jira] [Commented] (TRAFODION-2999) make UUID non reserved keyword

    [ https://issues.apache.org/jira/browse/TRAFODION-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16424259#comment-16424259 ] 

ASF GitHub Bot commented on TRAFODION-2999:
-------------------------------------------

Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1485#discussion_r177566197
  
    --- Diff: core/sql/common/ComResWords.cpp ---
    @@ -395,8 +395,7 @@ const ComResWord ComResWords::resWords_[] = {
       ComResWord("USAGE",            ANS_|RESWORD_),
       ComResWord("USER",             ANS_|RESWORD_),
       ComResWord("USING",            ANS_|RESWORD_),
    -  ComResWord("UUID",            ANS_|RESWORD_),
    -  ComResWord("VALUE",            ANS_|RESWORD_),
    +  ComResWord("VALUE",           ANS_|RESWORD_|MPWORD_),
    --- End diff --
    
    I'm not sure what "MPWORD_" will do here but it is probably harmless.


> make UUID non reserved keyword
> ------------------------------
>
>                 Key: TRAFODION-2999
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2999
>             Project: Apache Trafodion
>          Issue Type: Bug
>            Reporter: liu ming
>            Assignee: liu ming
>            Priority: Major
>
> make UUID non reserved keyword



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)