Th default values of columns are now joined with the other column data and displayed in the default column of the column tableview.

This commit is contained in:
eelke 2017-12-19 18:57:05 +01:00
parent 8402470baa
commit a69aa401b2
3 changed files with 17 additions and 9 deletions

View file

@ -24,6 +24,8 @@ public:
QString acl;
QString options;
QString defaultValue; ///< Comes from pg_attrdef table
bool operator==(Key _k) const { return relid == std::get<0>(_k) && num == std::get<1>(_k); }
bool operator==(const QString &n) const { return name == n; }