You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2018/04/04 10:29:12 UTC

[2/5] trafodion git commit: make UUID non-reserved key word, one can create table name uuid

make UUID non-reserved key word, one can create table name uuid


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/4e70418b
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/4e70418b
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/4e70418b

Branch: refs/heads/master
Commit: 4e70418b6849ecf668a43c6f71c3c66eb30bd176
Parents: e355fd3
Author: Liu Ming <ov...@sina.com>
Authored: Wed Mar 21 21:45:20 2018 +0000
Committer: Liu Ming <ov...@sina.com>
Committed: Wed Mar 21 21:45:20 2018 +0000

----------------------------------------------------------------------
 core/sql/parser/sqlparser.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/4e70418b/core/sql/parser/sqlparser.y
----------------------------------------------------------------------
diff --git a/core/sql/parser/sqlparser.y b/core/sql/parser/sqlparser.y
index 69df367..7c33f42 100755
--- a/core/sql/parser/sqlparser.y
+++ b/core/sql/parser/sqlparser.y
@@ -34336,7 +34336,7 @@ nonreserved_func_word:  TOK_ABS
                       | TOK_UCASE
 			//                      | TOK_UPSERT
                       | TOK_UNIQUE_ID
-			//                      | TOK_UUID
+                      | TOK_UUID
 		      | TOK_USERNAMEINTTOEXT
                       | TOK_VARIANCE
                       | TOK_WEEK