pgAdmin 4 commit: Fixed potential bug in the table node. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed potential bug in the table node.
Date
Msg-id E1m9Oam-0004Fd-Rg@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed potential bug in the table node.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d985d3d8ffa1438f292b66d7f98ec90c69e12c1
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../server_groups/servers/databases/schemas/tables/__init__.py      | 6 +++---
.../browser/server_groups/servers/databases/schemas/tables/utils.py | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Incorrect indentation in table python code