Functions page now shows sql for selected function.
The actual SQL needs some further checking.
This commit is contained in:
parent
31a77a1742
commit
c0a11f9b3b
3 changed files with 76 additions and 10 deletions
|
|
@ -170,7 +170,6 @@ void TablesPage::tableListTable_layoutChanged(const QList<QPersistentModelIndex>
|
|||
void TablesPage::selectedTableChanged(const std::optional<PgClass> &table)
|
||||
{
|
||||
m_columnsPage->setData(m_catalog, table);
|
||||
//ui->columnsTable->resizeColumnsToContents();
|
||||
|
||||
m_constraintModel->setData(m_catalog, table);
|
||||
ui->constraintsTable->resizeColumnsToContents();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue