pgAdmin 4 commit: Fix issue where VALID foreign keys show as NOT VALID

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix issue where VALID foreign keys show as NOT VALID
Date: 2019-10-10 13:25:30
Message-ID: E1iIYRe-0005tV-Rm@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix issue where VALID foreign keys show as NOT VALID in the SQL tab for tables.

Corrected the condition for valid foreign key.

Fixes #4791

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c3e11bd3903fb4ad05b583040519a207c0abadb1

Modified Files
--------------
docs/en_US/release_notes_4_14.rst | 1 +
.../schemas/tables/templates/tables/sql/macros/constraints.macro | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-10-11 10:13:09 pgAdmin 4 commit: Include PostgreSQL 12 binaries in the container. Fixe
Previous Message Akshay Joshi 2019-10-10 12:30:30 Re: [pgAdmin][RM4590] Schema Backup fails with names that requires quoting