pgAdmin 4 commit: Fixed following schema diff issues:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed following schema diff issues:
Date: 2020-08-11 10:01:45
Message-ID: E1k5R6H-0003h8-4i@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed following schema diff issues:
1) Wrong SQL generated for the columns having different data type.
  2) Added 'castfunc' in the ignore list.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/databases/casts/__init__.py | 2 +-
.../databases/schemas/tables/templates/columns/sql/10_plus/update.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-11 10:02:41 Re: [pgAdmin][SonarQube] Reduce cognitive complexity
Previous Message Yogesh Mahajan 2020-08-11 09:10:08 [pgAdmin][Patch] - Bug #5567 - Conversion of bytea to binary string representation works in psql but results in error in pgadmin