Skip to content
Snippets Groups Projects
Commit b44bfc61 authored by Steven Murray's avatar Steven Murray
Browse files

Added missing full stop.

parent ed9098c9
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ void DropSchemaCmd::dropDatabaseTables(rdbms::Conn &conn) {
const auto tables = conn.getTableNames();
if (!tables.empty()) {
throw exception::Exception("Failed to delete all tables. Maybe there is a circular dependency");
throw exception::Exception("Failed to delete all tables. Maybe there is a circular dependency.");
}
} catch(exception::Exception &ex) {
ex.getMessage().str(std::string(__FUNCTION__) + " failed: " + ex.getMessage().str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment