pgAdmin 4 commit: Fixed an issue when comparing the table with a trigge

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue when comparing the table with a trigge
Date: 2020-07-30 08:36:03
Message-ID: E1k142l-0007ub-CC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue when comparing the table with a trigger throwing error in schema diff. Fixes #5710

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 3 ++-
.../servers/databases/schemas/tables/compound_triggers/__init__.py | 2 +-
.../server_groups/servers/databases/schemas/tables/rules/__init__.py | 2 +-
.../servers/databases/schemas/tables/triggers/__init__.py | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-30 08:36:36 Re: [pgAdmin][SonarQube] Function returns same value
Previous Message Dave Page 2020-07-30 08:24:09 Re: WIP: SQL Formatter