pgAdmin 4 commit: Resolved few issues in connection creation in the psy

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Resolved few issues in connection creation in the psy
Дата
Msg-id E1ZzLHc-0005ou-Bi@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Resolved few issues in connection creation in the psycopg2 (pgAdmin
driver)

1. Update correct variable for database information in the connection
   manager.
2. Raise exception, when database not found, instead of return the
   (boolean, error message) tupple.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3323543b5ae062698608f1167328ff4f778dfcc5
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

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


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdmin III commit: Update polish translation
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Properly detect serial columns as such when identif