Don't read relhasoids on version 12. Also don't try to select data we are not allowed to read.
This commit is contained in:
parent
1c48b1945c
commit
5494e5076b
3 changed files with 51 additions and 25 deletions
|
|
@ -16,6 +16,10 @@ public:
|
|||
bool cycled = false;
|
||||
bool called = false;
|
||||
|
||||
bool priv_usage = false;
|
||||
bool priv_select = false;
|
||||
bool priv_update = false;
|
||||
|
||||
using PgClass::PgClass;
|
||||
QString createSql() const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue