List of databases shows owner name instead of oid.
This commit is contained in:
parent
874ca664b8
commit
afa80a1125
4 changed files with 29 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ void ServerWindow::setConfig(const ConnectionConfig &config)
|
|||
m_database = res.get();
|
||||
auto cat = m_database->catalogue();
|
||||
if (cat) {
|
||||
m_databasesModel->setDatabaseList(cat->databases());
|
||||
m_databasesModel->setDatabaseList(cat);
|
||||
m_rolesModel->setRoleList(cat->authIds());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue