pgAdmin 4 commit: Fixed potential bug in the table node.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed potential bug in the table node.
Date: 2021-07-30 09:14:08
Message-ID: E1m9Oam-0004Fd-Rg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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