You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by ry...@apache.org on 2016/12/19 01:53:00 UTC

[3/3] incubator-trafodion git commit: Merge [TRAFODION-1262] PR-853 ODBC:Varchar col operation fails

Merge [TRAFODION-1262] PR-853 ODBC:Varchar col operation fails


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

Branch: refs/heads/master
Commit: d6a5b79b083eb57996ad3276cb9adce64316ce30
Parents: 4d33839 e0cf313
Author: ryzuo <jo...@gmail.com>
Authored: Mon Dec 19 01:54:01 2016 +0000
Committer: ryzuo <jo...@gmail.com>
Committed: Mon Dec 19 01:54:01 2016 +0000

----------------------------------------------------------------------
 .../odbc/odbcclient/unixcli/cli/cdesc.cpp       |  17 +-
 .../odbc/odbcclient/unixcli/cli/cdesc.h         |   6 +-
 .../odbc/odbcclient/unixcli/cli/charsetconv.cpp |   4 +-
 .../odbc/odbcclient/unixcli/cli/ctosqlconv.cpp  |  49 +-
 .../odbc/odbcclient/unixcli/cli/ctosqlconv.h    |   2 +-
 .../odbc/odbcclient/unixcli/cli/sqltocconv.cpp  | 403 +++++++++++-----
 win-odbc64/odbcclient/drvr35/cdesc.cpp          |  25 +-
 win-odbc64/odbcclient/drvr35/cdesc.h            |   6 +-
 win-odbc64/odbcclient/drvr35/ctosqlconv.cpp     |  43 +-
 win-odbc64/odbcclient/drvr35/ctosqlconv.h       |   2 +-
 win-odbc64/odbcclient/drvr35/sqltocconv.cpp     | 454 ++++++++++++++-----
 11 files changed, 742 insertions(+), 269 deletions(-)
----------------------------------------------------------------------