[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-24 Thread echobravopapa
Github user echobravopapa closed the pull request at: https://github.com/apache/geode-native/pull/107 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fe

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-20 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r128660879 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -66,25 +66,22 @@ SelectResultsIterator StructSetImpl::getIterator() { return SelectResultsIt

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-20 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r128661186 --- Diff: src/cppcache/test/StructSetTest.cpp --- @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-13 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r127315288 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -78,13 +78,12 @@ int32_t StructSetImpl::getFieldIndex(const char* fieldname) { }

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r127312259 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -78,13 +78,12 @@ int32_t StructSetImpl::getFieldIndex(const char* fieldname) { }

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-13 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r127285583 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -66,8 +66,8 @@ SelectResultsIterator StructSetImpl::getIterator() { return SelectResult

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-13 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r127285563 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -78,13 +78,12 @@ int32_t StructSetImpl::getFieldIndex(const char* fieldname) { }

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-13 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r127285623 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -66,8 +66,8 @@ SelectResultsIterator StructSetImpl::getIterator() { return SelectResult

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r127278256 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -66,8 +66,8 @@ SelectResultsIterator StructSetImpl::getIterator() { return SelectRes

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r127278631 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -78,13 +78,12 @@ int32_t StructSetImpl::getFieldIndex(const char* fieldname) { }

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-13 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r127278443 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -66,8 +66,8 @@ SelectResultsIterator StructSetImpl::getIterator() { return SelectRes

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-11 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126792525 --- Diff: src/cppcache/src/StructSetImpl.cpp --- @@ -78,13 +78,11 @@ int32_t StructSetImpl::getFieldIndex(const char* fieldname) { }

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-11 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126792435 --- Diff: src/cppcache/src/Struct.cpp --- @@ -96,16 +99,16 @@ Serializable* Struct::fromData(DataInput& input) { return this; }

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-07 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126173633 --- Diff: src/cppcache/include/geode/Struct.hpp --- @@ -138,7 +138,7 @@ class CPPCACHE_EXPORT Struct : public Serializable { * Returns the name

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-07 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126116586 --- Diff: src/cppcache/integration-test/testThinClientRemoteQuerySS.cpp --- @@ -56,59 +57,63 @@ const wchar_t* checkNullString(const wchar_t* s

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-07 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126115701 --- Diff: src/cppcache/include/geode/Struct.hpp --- @@ -138,7 +138,7 @@ class CPPCACHE_EXPORT Struct : public Serializable { * Returns

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-06 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126030201 --- Diff: src/cppcache/integration-test/testThinClientRemoteQuerySS.cpp --- @@ -56,59 +57,63 @@ const wchar_t* checkNullString(const wchar_t* str)

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-06 Thread echobravopapa
Github user echobravopapa commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126029862 --- Diff: src/cppcache/include/geode/Struct.hpp --- @@ -138,7 +138,7 @@ class CPPCACHE_EXPORT Struct : public Serializable { * Returns the

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-06 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126027361 --- Diff: src/cppcache/include/geode/Struct.hpp --- @@ -138,7 +138,7 @@ class CPPCACHE_EXPORT Struct : public Serializable { * Returns the name

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-06 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126027851 --- Diff: src/cppcache/include/geode/Struct.hpp --- @@ -152,9 +152,7 @@ class CPPCACHE_EXPORT Struct : public Serializable { Struct();

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-06 Thread dgkimura
Github user dgkimura commented on a diff in the pull request: https://github.com/apache/geode-native/pull/107#discussion_r126028200 --- Diff: src/cppcache/integration-test/testThinClientRemoteQuerySS.cpp --- @@ -56,59 +57,63 @@ const wchar_t* checkNullString(const wchar_t* str) {

[GitHub] geode-native pull request #107: GEODE-3019: Refactor Struct class

2017-07-06 Thread echobravopapa
GitHub user echobravopapa opened a pull request: https://github.com/apache/geode-native/pull/107 GEODE-3019: Refactor Struct class - Using std::string now - this also addresses GEODE-3020, the map now used standard types You can merge this pull request into a Git repository