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:14 UTC

[4/5] trafodion git commit: remove VALUE as reserved word

remove VALUE as reserved word


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

Branch: refs/heads/master
Commit: c41cb45f476848abafcf24da47ae3f1017da5ca8
Parents: a3fe11e
Author: Liu Ming <ov...@sina.com>
Authored: Tue Apr 3 19:24:03 2018 +0000
Committer: Liu Ming <ov...@sina.com>
Committed: Tue Apr 3 19:24:03 2018 +0000

----------------------------------------------------------------------
 core/sql/common/ComResWords.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/c41cb45f/core/sql/common/ComResWords.cpp
----------------------------------------------------------------------
diff --git a/core/sql/common/ComResWords.cpp b/core/sql/common/ComResWords.cpp
index 0c9f9c5..8796f6b 100644
--- a/core/sql/common/ComResWords.cpp
+++ b/core/sql/common/ComResWords.cpp
@@ -395,7 +395,6 @@ const ComResWord ComResWords::resWords_[] = {
   ComResWord("USAGE",            ANS_|RESWORD_),
   ComResWord("USER",             ANS_|RESWORD_),
   ComResWord("USING",            ANS_|RESWORD_),
-  ComResWord("VALUE",           ANS_|RESWORD_|MPWORD_),
   ComResWord("VALUES",           ANS_|RESWORD_|MPWORD_),
   ComResWord("VARCHAR",          ANS_|RESWORD_),
   ComResWord("VARIABLE",         POTANS_|RESWORD_),