Loading DataBaseUtils.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -483,6 +483,9 @@ void DataBase::simple_query(std::string sql_query, const char *method, DatabaseC o << "\n.The query was: " << sql_query << std::ends; o2 << "DataBase::" << method << std::ends; ERROR_STREAM << o.str(); ERROR_STREAM << o2.str(); Tango::Except::throw_exception(DB_SQLError, o.str(), o2.str()); } Loading Loading
DataBaseUtils.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -483,6 +483,9 @@ void DataBase::simple_query(std::string sql_query, const char *method, DatabaseC o << "\n.The query was: " << sql_query << std::ends; o2 << "DataBase::" << method << std::ends; ERROR_STREAM << o.str(); ERROR_STREAM << o2.str(); Tango::Except::throw_exception(DB_SQLError, o.str(), o2.str()); } Loading