Update DBPlan.cpp
This commit is contained in:
@@ -461,7 +461,7 @@ std::vector<std::string> DBPlan::getPlan() {
|
|||||||
std::string rowstring;
|
std::string rowstring;
|
||||||
for (const auto& col : row) {
|
for (const auto& col : row) {
|
||||||
rowstring.append(col.c_str());
|
rowstring.append(col.c_str());
|
||||||
rowstring.append(" , ");
|
rowstring.append(",");
|
||||||
}
|
}
|
||||||
plan.push_back(rowstring);
|
plan.push_back(rowstring);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user