pgAdmin 4 commit: Fixed schema diff issue in which the option 'null' do

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed schema diff issue in which the option 'null' do
Date: 2022-03-25 12:56:28
Message-ID: E1nXjUS-0008B3-Rh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed schema diff issue in which the option 'null' doesn't appear in the DDL statement for the foreign table. Fixes #7265

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_8.rst | 1 +
.../templates/foreign_tables/sql/9.2_plus/create.sql | 4 ++--
.../templates/foreign_tables/sql/9.2_plus/update.sql | 12 ++++++------
.../templates/foreign_tables/sql/9.5_plus/create.sql | 4 ++--
.../sql/9.5_plus/foreign_table_schema_diff.sql | 4 ++--
.../templates/foreign_tables/sql/9.5_plus/update.sql | 12 ++++++------
.../templates/foreign_tables/sql/default/create.sql | 2 +-
.../templates/foreign_tables/sql/default/update.sql | 6 +++---
8 files changed, 23 insertions(+), 22 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2022-03-28 04:37:50 Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React
Previous Message Akshay Joshi 2022-03-25 07:21:48 pgAdmin 4 commit: Fixed API and RESQL test case for Resource Groups.