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
|
|
@ -32,7 +32,7 @@ void SqlSyntaxHighlighter::setTypes(const PgTypeContainer& types)
|
|||
{
|
||||
m_typeNames.clear();
|
||||
for (auto&& e : types) {
|
||||
m_typeNames.insert(e.name);
|
||||
m_typeNames.insert(e.objectName());
|
||||
}
|
||||
rehighlight();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue