Loading proto/Response.proto +0 −5 Original line number Diff line number Diff line Loading @@ -49,8 +49,6 @@ message Response message Metadata { //Metadata response state enum State { ACCEPTED = 0; Loading @@ -58,9 +56,6 @@ message Response } required State state = 1; //Metadata response status required string status = 2; //Block of rows with same timestamp Loading src/ProtocolManager.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -447,6 +447,14 @@ void ProtocolManager::fillRow(Response::Metadata::Row* row) std::string name = props.get_name(); if(name.compare("storage_path")==0 || name.compare("file_path")==0) { #ifdef VERBOSE_DEBUG INFO_STREAM << "ProtocolManager::fillRow() skipping " << name << endl; #endif continue; } if(m_it->get_indicator(i) == soci::i_null) { #ifdef VERBOSE_DEBUG Loading Loading
proto/Response.proto +0 −5 Original line number Diff line number Diff line Loading @@ -49,8 +49,6 @@ message Response message Metadata { //Metadata response state enum State { ACCEPTED = 0; Loading @@ -58,9 +56,6 @@ message Response } required State state = 1; //Metadata response status required string status = 2; //Block of rows with same timestamp Loading
src/ProtocolManager.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -447,6 +447,14 @@ void ProtocolManager::fillRow(Response::Metadata::Row* row) std::string name = props.get_name(); if(name.compare("storage_path")==0 || name.compare("file_path")==0) { #ifdef VERBOSE_DEBUG INFO_STREAM << "ProtocolManager::fillRow() skipping " << name << endl; #endif continue; } if(m_it->get_indicator(i) == soci::i_null) { #ifdef VERBOSE_DEBUG Loading