Browse Source

Merge pull request #10238 from dcamper/hpcc-18002-couchbase-upmerge-correction

HPCC-18002: Couchbase Plugin: Solve upmerge issue

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 years ago
parent
commit
e15c50eace
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/couchbase/couchbaseembed.cpp

+ 1 - 1
plugins/couchbase/couchbaseembed.cpp

@@ -935,7 +935,7 @@ namespace couchbaseembed
 
 
             constructNewXPath(newXPath, xpath);
             constructNewXPath(newXPath, xpath);
 
 
-            m_oNestedField.set(m_oResultRow->queryBranch(field->name->queryStr()));
+            newPathNode.childCount = m_oResultRow->getCount(newXPath);
             m_pathStack.push_back(newPathNode);
             m_pathStack.push_back(newPathNode);
         }
         }
         else
         else