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/07/03 04:47:05 UTC

[1/2] incubator-trafodion git commit: regr fix

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 5f77bd291 -> eb063d4cb


regr fix


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

Branch: refs/heads/master
Commit: 48e0d9f2ec83dcbc745f77dab9bbf9b9b1e7f6b7
Parents: 5f77bd2
Author: Anoop Sharma <an...@esgyn.com>
Authored: Sun Jul 3 04:43:24 2016 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Sun Jul 3 04:43:24 2016 +0000

----------------------------------------------------------------------
 core/sql/cli/Descriptor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/48e0d9f2/core/sql/cli/Descriptor.cpp
----------------------------------------------------------------------
diff --git a/core/sql/cli/Descriptor.cpp b/core/sql/cli/Descriptor.cpp
index a24c6eb..7e24b27 100644
--- a/core/sql/cli/Descriptor.cpp
+++ b/core/sql/cli/Descriptor.cpp
@@ -2058,7 +2058,7 @@ RETCODE Descriptor::processNumericDatatypeWithPrecision(desc_struct &descItem,
 	      ((descItem.datatype == REC_BIN32_UNSIGNED) &&
 	       (descItem.precision > 9)) ||
 	      ((descItem.datatype == REC_BIN64_UNSIGNED) &&
-	       (descItem.precision > 19)) ||
+	       (descItem.precision > 20)) ||
 	      ((descItem.datatype == REC_NUM_BIG_UNSIGNED) &&
 	       (descItem.precision > 128)))
 	    {


[2/2] incubator-trafodion git commit: Merge PR-573 Regr fix

Posted by an...@apache.org.
Merge PR-573 Regr fix


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

Branch: refs/heads/master
Commit: eb063d4cb005608647a1638d7b4c30c96991b303
Parents: 5f77bd2 48e0d9f
Author: Anoop Sharma <an...@esgyn.com>
Authored: Sun Jul 3 04:46:47 2016 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Sun Jul 3 04:46:47 2016 +0000

----------------------------------------------------------------------
 core/sql/cli/Descriptor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------