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:
eelke 2019-08-10 18:12:26 +02:00
parent 1c48b1945c
commit 5494e5076b
3 changed files with 51 additions and 25 deletions

View file

@ -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;
};