Merge [TRAFODION-2440] PR 915 Replace fixed len buffs with strings in LOB code
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/660c80e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/660c80e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/660c80e3 Branch: refs/heads/master Commit: 660c80e33581488753205ad17831e6731b62f078 Parents: a89a658 729472c Author: Dave Birdsall <[email protected]> Authored: Tue Jan 24 23:45:28 2017 +0000 Committer: Dave Birdsall <[email protected]> Committed: Tue Jan 24 23:45:28 2017 +0000 ---------------------------------------------------------------------- core/sql/bin/SqlciErrors.txt | 3 +- core/sql/exp/ExpLOB.cpp | 10 + core/sql/exp/ExpLOBaccess.cpp | 305 ++++++++++++------- core/sql/exp/ExpLOBaccess.h | 42 +-- core/sql/exp/ExpLOBprocess.cpp | 2 +- core/sql/regress/executor/EXPECTED130 | 97 +++--- core/sql/regress/executor/TEST130 | 6 + .../src/asciidoc/_chapters/executor_msgs.adoc | 15 + 8 files changed, 305 insertions(+), 175 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/660c80e3/core/sql/bin/SqlciErrors.txt ----------------------------------------------------------------------
