You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by an...@apache.org on 2016/03/22 21:13:51 UTC

[2/2] incubator-trafodion git commit: Merge [TRAFODION-1901] PR-398 Default clause can appear in any order

Merge [TRAFODION-1901] PR-398 Default clause can appear in any order


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

Branch: refs/heads/master
Commit: c059444a7b412ce4bdaf288d7d9aa051a53ecf8d
Parents: ecd23af 59b3d03
Author: Anoop Sharma <an...@edev06.esgyn.local>
Authored: Tue Mar 22 20:13:19 2016 +0000
Committer: Anoop Sharma <an...@edev06.esgyn.local>
Committed: Tue Mar 22 20:13:19 2016 +0000

----------------------------------------------------------------------
 core/sql/bin/SqlciErrors.txt             |   2 +-
 core/sql/parser/ElemDDLCol.cpp           | 542 ++++++++++++++------------
 core/sql/parser/ElemDDLColDef.h          |  14 +-
 core/sql/parser/StmtDDLCreate.cpp        |   7 +-
 core/sql/parser/sqlparser.y              |  17 +-
 core/sql/regress/seabase/EXPECTED010     |   2 +-
 core/sql/regress/seabase/EXPECTED027     | 157 ++++++--
 core/sql/regress/seabase/TEST010         |   2 +-
 core/sql/regress/seabase/TEST027         |  16 +
 core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp |   2 +-
 core/sql/sqlcomp/CmpSeabaseDDLtable.cpp  |   6 +-
 core/sql/sqlcomp/CmpSeabaseDDLview.cpp   |   1 -
 12 files changed, 440 insertions(+), 328 deletions(-)
----------------------------------------------------------------------