PgType now inherits from PgNamespaceObject and PgOwnedObject
This commit is contained in:
parent
742fd0a4d3
commit
44358d198a
10 changed files with 37 additions and 54 deletions
|
|
@ -98,7 +98,7 @@ QString getTypeDisplayString(const PgDatabaseCatalog &cat, Oid oid, int32_t typm
|
|||
s += "[]";
|
||||
}
|
||||
else {
|
||||
s = t->name;
|
||||
s = t->objectName();
|
||||
switch (oid) {
|
||||
case varchar_oid:
|
||||
case char_oid:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue