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 <[email protected]> Authored: Sun Jul 3 04:43:24 2016 +0000 Committer: Anoop Sharma <[email protected]> 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))) {
