pgAdmin 4 commit: Drop all connections from the connection manager when

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Drop all connections from the connection manager when
Дата
Msg-id E1bn2dX-0003mW-MI@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Drop all connections from the connection manager when a server is dropped to avoid issues if sqlite reuses an ID. Fixes
#1720

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f117685d77ce075e1c99ff7c32172f695850f95c
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/__init__.py | 18 ++----------------
web/pgadmin/utils/driver/psycopg2/__init__.py         | 11 +++++++++++
2 files changed, 13 insertions(+), 16 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Document keyboard shortcuts. Fixes #1727
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update regression tests to resolve issues where datab