Merge [TRAFODION-2804] Limit clause support in statements LOAD/INSERT/CREATE-TABLE + query PR-1334
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/160785a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/160785a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/160785a3 Branch: refs/heads/master Commit: 160785a301da04ebc0fa19293c05f04062a217da Parents: 1ce089a 6cf245b Author: Hans Zeller <[email protected]> Authored: Tue Dec 12 18:15:29 2017 +0000 Committer: Hans Zeller <[email protected]> Committed: Tue Dec 12 18:15:29 2017 +0000 ---------------------------------------------------------------------- core/sql/parser/sqlparser.y | 227 +++++++++++++++++++- core/sql/regress/compGeneral/EXPECTED045 | 92 +++++++- core/sql/regress/compGeneral/FILTER045 | 17 ++ core/sql/regress/compGeneral/TEST045 | 46 +++- core/sql/regress/tools/runregr_compGeneral.ksh | 3 + 5 files changed, 371 insertions(+), 14 deletions(-) ----------------------------------------------------------------------
