Merge [TRAFODION-3131] PR 1637 Fix some reserved/non-reserved word issues
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/b4236db2 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/b4236db2 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/b4236db2 Branch: refs/heads/master Commit: b4236db2cf78f4737c601e7198fe0327c85e6678 Parents: 62353a2 8ed5ca2 Author: Dave Birdsall <[email protected]> Authored: Wed Jul 11 20:09:59 2018 +0000 Committer: Dave Birdsall <[email protected]> Committed: Wed Jul 11 20:09:59 2018 +0000 ---------------------------------------------------------------------- core/sql/common/ComResWords.cpp | 2 - core/sql/common/NAString.cpp | 7 +- core/sql/parser/ParKeyWords.cpp | 40 ++ core/sql/regress/core/EXPECTED037.SB | 876 +++++++++++++++++++++++++----- core/sql/regress/core/TEST037 | 20 - 5 files changed, 790 insertions(+), 155 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/b4236db2/core/sql/parser/ParKeyWords.cpp ----------------------------------------------------------------------
