Merge [TRAFODION-2726] PR 1237 odb support for JSON files
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/e1ae98fb Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/e1ae98fb Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/e1ae98fb Branch: refs/heads/master Commit: e1ae98fb0d16df9b7973344ded9825809d883cbc Parents: 0ff0d92 0f8c3e2 Author: Dave Birdsall <[email protected]> Authored: Tue Sep 26 23:47:25 2017 +0000 Committer: Dave Birdsall <[email protected]> Committed: Tue Sep 26 23:47:25 2017 +0000 ---------------------------------------------------------------------- core/conn/odb/Makefile | 7 +- core/conn/odb/odb/odb.vcxproj | 342 ++++++++-------- core/conn/odb/odb/odb.vcxproj.filters | 92 +++-- core/conn/odb/src/JsonReader.c | 598 ++++++++++++++++++++++++++++ core/conn/odb/src/JsonReader.h | 301 ++++++++++++++ core/conn/odb/src/odb.c | 614 ++++++++++++++++++++++++++++- 6 files changed, 1738 insertions(+), 216 deletions(-) ----------------------------------------------------------------------
