For testing purposes a new table tab is created when a querytab is created.
This commit is contained in:
parent
6466062cc8
commit
f9caadb59e
5 changed files with 33 additions and 4 deletions
|
|
@ -58,6 +58,7 @@ PgDatabaseCatalog::~PgDatabaseCatalog()
|
|||
|
||||
void PgDatabaseCatalog::loadAll(Pgsql::Connection &conn)
|
||||
{
|
||||
loadInfo(conn);
|
||||
loadTypes(conn);
|
||||
loadDatabases(conn);
|
||||
loadAuthIds(conn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue