Miscellaneous changes. Including a copy action.
This commit is contained in:
parent
242f5464df
commit
4a2c6cc396
19 changed files with 147 additions and 43 deletions
|
|
@ -25,7 +25,7 @@ public:
|
|||
|
||||
const PgTypeContainer* getTypes() const { return m_types; }
|
||||
private:
|
||||
PgTypeContainer *m_types;
|
||||
PgTypeContainer *m_types = nullptr;
|
||||
};
|
||||
|
||||
#endif // PGSQLDATABASECATALOGUE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue