pgAdmin 4 commit: Fix a bug in the database drive poll() function where

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix a bug in the database drive poll() function where
Дата
Msg-id E1afocC-0007hm-14@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix a bug in the database drive poll() function where we could try to reference a non-existant variable.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ff424850f803850a99f1b9eae3300a94e5fc685b
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Subnode collection layout improvements, with addition
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][psycopg2] - poll function local variable reference error