[TRAFODION-1673] support with clause
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/bc325ffe Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/bc325ffe Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/bc325ffe Branch: refs/heads/master Commit: bc325ffeb60a1c5a0fb8f339a0d96a2741bacdbd Parents: 419d2cd 098784c Author: Hans Zeller <[email protected]> Authored: Tue Jul 19 01:13:28 2016 +0000 Committer: Hans Zeller <[email protected]> Committed: Tue Jul 19 01:13:28 2016 +0000 ---------------------------------------------------------------------- core/sql/bin/SqlciErrors.txt | 1 + core/sql/parser/ParKeyWords.cpp | 2 +- core/sql/parser/sqlparser.y | 120 ++++++++++++++++++++------ core/sql/regress/compGeneral/EXPECTED005 | 111 +++++++++++++++++++++++- core/sql/regress/compGeneral/TEST005 | 35 +++++++- core/sql/regress/core/EXPECTED037.SB | 12 --- core/sql/regress/core/TEST037 | 3 - core/sql/sqlci/sqlci_lex.ll | 1 + core/sql/sqlci/sqlci_yacc.y | 2 + core/sql/sqlcomp/parser.cpp | 9 ++ core/sql/sqlcomp/parser.h | 21 +++++ 11 files changed, 269 insertions(+), 48 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/bc325ffe/core/sql/bin/SqlciErrors.txt ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/bc325ffe/core/sql/parser/ParKeyWords.cpp ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/bc325ffe/core/sql/parser/sqlparser.y ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/bc325ffe/core/sql/regress/core/EXPECTED037.SB ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/bc325ffe/core/sql/regress/core/TEST037 ----------------------------------------------------------------------
