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 2018/04/17 16:01:10 UTC

[1/2] trafodion git commit: [TRAFODION 3024] function lower() return null for varchar column when pcode is disabled

Repository: trafodion
Updated Branches:
  refs/heads/master 6e39af244 -> c40ca2700


[TRAFODION 3024] function lower() return null for varchar column when pcode is disabled


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

Branch: refs/heads/master
Commit: d7f99b0735be3b794973c2bd2c079aa8606bcd3a
Parents: 9247656
Author: Andy Yang <yo...@esgyn.cn>
Authored: Mon Apr 16 15:28:22 2018 +0800
Committer: Andy Yang <yo...@esgyn.cn>
Committed: Mon Apr 16 15:28:22 2018 +0800

----------------------------------------------------------------------
 core/sql/exp/exp_function.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/d7f99b07/core/sql/exp/exp_function.cpp
----------------------------------------------------------------------
diff --git a/core/sql/exp/exp_function.cpp b/core/sql/exp/exp_function.cpp
index 9a1e332..787e952 100644
--- a/core/sql/exp/exp_function.cpp
+++ b/core/sql/exp/exp_function.cpp
@@ -1609,6 +1609,7 @@ ex_expr::exp_return_type ex_function_lower::eval(char *op_data[],
     {
       op_data[0][len0] = TOLOWER(op_data[1][len0]);
       ++len0;
+      ++total_bytes_out;
     }
   }
   else 


[2/2] trafodion git commit: Merge [TRAFODION-3024] Fix LOWER function for case where pCode is turned off

Posted by db...@apache.org.
Merge [TRAFODION-3024] Fix LOWER function for case where pCode is turned off


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

Branch: refs/heads/master
Commit: c40ca27001ed354577680e66f9023030bd20522b
Parents: 6e39af2 d7f99b0
Author: Dave Birdsall <db...@apache.org>
Authored: Tue Apr 17 16:00:31 2018 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Tue Apr 17 16:00:31 2018 +0000

----------------------------------------------------------------------
 core/sql/exp/exp_function.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------