Fix DROP sql for partitioned table.
This commit is contained in:
parent
2ff9577d41
commit
61f90668d8
6 changed files with 33 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ QString PgObject::fullyQualifiedQuotedObjectName() const
|
|||
|
||||
const PgDatabaseCatalog& PgObject::catalog() const
|
||||
{
|
||||
return *m_catalog;
|
||||
return *m_catalog;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue