WIP: SQL for creating table and related objects
This commit is contained in:
parent
57217974f4
commit
498233d58c
15 changed files with 221 additions and 121 deletions
|
|
@ -139,7 +139,7 @@ QVariant TablesTableModel::getData(const QModelIndex &index) const
|
|||
const auto &t = m_tables[index.row()];
|
||||
switch (index.column()) {
|
||||
case NameCol: return t.objectName();
|
||||
case NamespaceCol: return t.nsName(); //getNamespaceDisplayString(*m_catalog, t.relnamespace);
|
||||
case NamespaceCol: return t.nsName();
|
||||
case OwnerCol: return t.ownerName();
|
||||
case TablespaceCol: return getTablespaceDisplayString(*m_catalog, t.tablespace);
|
||||
case OptionsCol: break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue