You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/10/05 15:25:14 UTC

[5/5] incubator-trafodion git commit: Merge [TRAFODION-1610] PR 1253 Generate constraint exprs on update operators

Merge [TRAFODION-1610] PR 1253 Generate constraint exprs on update operators


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

Branch: refs/heads/master
Commit: f9ba966ed8f6f246c468df46204a86226efcade6
Parents: 4706888 4e9d5f3
Author: Dave Birdsall <db...@apache.org>
Authored: Thu Oct 5 15:22:56 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu Oct 5 15:22:56 2017 +0000

----------------------------------------------------------------------
 core/sql/generator/GenRelUpdate.cpp      | 210 ++++++++++++++++----------
 core/sql/optimizer/BindRelExpr.cpp       |  28 ----
 core/sql/optimizer/Inlining.cpp          | 104 -------------
 core/sql/optimizer/RelUpdate.h           |   4 -
 core/sql/optimizer/ValueDesc.h           |   2 +
 core/sql/regress/executor/EXPECTED015.SB | 150 ++++++++++++++++++
 core/sql/regress/executor/TEST015        |  62 ++++++++
 core/sql/sqlcomp/DefaultConstants.h      |   2 -
 core/sql/sqlcomp/nadefaults.cpp          |   1 -
 9 files changed, 344 insertions(+), 219 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f9ba966e/core/sql/optimizer/BindRelExpr.cpp
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f9ba966e/core/sql/optimizer/Inlining.cpp
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f9ba966e/core/sql/sqlcomp/DefaultConstants.h
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f9ba966e/core/sql/sqlcomp/nadefaults.cpp
----------------------------------------------------------------------