Fix couple of warnings
This commit is contained in:
parent
80f751aeea
commit
4b4c95e57e
2 changed files with 2 additions and 2 deletions
|
|
@ -304,5 +304,5 @@ std::function<bool (const PgClass &)> TablesTableModel::GetNamespaceFilterLambda
|
|||
case NamespaceFilter::InformationSchema:
|
||||
return [] (const PgClass &c) { return c.ns().objectName() == "information_schema"; };
|
||||
}
|
||||
|
||||
throw std::logic_error("missing case");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue