Loading src/DBManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ std::string DBManager::composeInsertQuery(std::string schema, std::string table, stringstream query; query << "INSERT INTO " << schema << "." << table << " (" << keys << ") VALUES (" << values << ") " << " ON DUPLICATE KEY UPDATE " << keyValues; << " ON DUPLICATE KEY UPDATE storage_path=NULL, file_path=NULL, " << keyValues; #ifdef VERBOSE_DEBUG INFO_STREAM << "DBManager::composeInsertQuery() " << query.str() << endl; Loading Loading
src/DBManager.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ std::string DBManager::composeInsertQuery(std::string schema, std::string table, stringstream query; query << "INSERT INTO " << schema << "." << table << " (" << keys << ") VALUES (" << values << ") " << " ON DUPLICATE KEY UPDATE " << keyValues; << " ON DUPLICATE KEY UPDATE storage_path=NULL, file_path=NULL, " << keyValues; #ifdef VERBOSE_DEBUG INFO_STREAM << "DBManager::composeInsertQuery() " << query.str() << endl; Loading