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/08/07 21:59:22 UTC

[1/2] incubator-trafodion git commit: the value of Numeric Struct need not to be changed to BidEndian

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 12421570b -> 56183e291


the value of Numeric Struct need not to be changed to BidEndian


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

Branch: refs/heads/master
Commit: 1b835a6a3405b446835b3e435e128627b50392b8
Parents: 802f3b0
Author: Weixin-Xu <xw...@weixin-1.novalocal>
Authored: Thu Aug 3 17:05:37 2017 +0800
Committer: Weixin-Xu <xw...@weixin-1.novalocal>
Committed: Thu Aug 3 17:05:37 2017 +0800

----------------------------------------------------------------------
 core/conn/unixodbc/odbc/odbcclient/unixcli/cli/sqltocconv.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/1b835a6a/core/conn/unixodbc/odbc/odbcclient/unixcli/cli/sqltocconv.cpp
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/odbcclient/unixcli/cli/sqltocconv.cpp b/core/conn/unixodbc/odbc/odbcclient/unixcli/cli/sqltocconv.cpp
index b1fdcb9..7e7e8c0 100644
--- a/core/conn/unixodbc/odbc/odbcclient/unixcli/cli/sqltocconv.cpp
+++ b/core/conn/unixodbc/odbc/odbcclient/unixcli/cli/sqltocconv.cpp
@@ -3241,7 +3241,7 @@ unsigned long ODBC::ConvertSQLToC(SQLINTEGER	ODBCAppVersion,
 
 		}
 
-		if ((retCode = ConvertCharToBigEndianCNumeric( numericTmp, cTmpBuf)) != SQL_SUCCESS)
+		if ((retCode = ConvertCharToCNumeric( numericTmp, cTmpBuf)) != SQL_SUCCESS)
 			return retCode;
 
 		DataPtr = &numericTmp;


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2687] PR 1196 Remove unnecessary endian conversion

Posted by db...@apache.org.
Merge [TRAFODION-2687] PR 1196 Remove unnecessary endian conversion


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

Branch: refs/heads/master
Commit: 56183e291dc06d4b65158a33612b3695eb242bfd
Parents: 1242157 1b835a6
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Aug 7 21:58:52 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Aug 7 21:58:52 2017 +0000

----------------------------------------------------------------------
 core/conn/unixodbc/odbc/odbcclient/unixcli/cli/sqltocconv.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------