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/01/02 18:58:46 UTC

[2/2] incubator-trafodion git commit: Merge [TRAFODION-2394] Add documentation for TO_CHAR + bug fixes

Merge [TRAFODION-2394] Add documentation for TO_CHAR + bug fixes


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

Branch: refs/heads/master
Commit: 1c26c9335ffebae4902b8268ae8b7c2ec8587c11
Parents: e203d42 93bd6bc
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Jan 2 18:55:47 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Jan 2 18:55:47 2017 +0000

----------------------------------------------------------------------
 core/sql/exp/exp_datetime.cpp                   | 23 ++++-
 core/sql/exp/exp_datetime.h                     | 18 ++++
 core/sql/optimizer/BindItemExpr.cpp             | 30 +++++-
 core/sql/parser/sqlparser.y                     |  2 +-
 core/sql/regress/seabase/EXPECTED030            | 26 +++++-
 core/sql/regress/seabase/TEST030                |  4 +
 .../sql_functions_and_expressions.adoc          | 98 +++++++++++++++++++-
 7 files changed, 189 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/1c26c933/core/sql/parser/sqlparser.y
----------------------------------------------------------------------