pgAdmin 4 commit: Fixed following schema diff issues: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following schema diff issues:
Date
Msg-id E1k5R6H-0003h8-4i@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

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