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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed potential bug in the table node.
Дата
Msg-id E1m9Oam-0004Fd-Rg@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][patch] Incorrect indentation in table python code