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 <[email protected]> Authored: Mon Jan 2 18:55:47 2017 +0000 Committer: Dave Birdsall <[email protected]> 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 ----------------------------------------------------------------------
