pgAdmin 4 commit: Resolved few issues in connection creation in the psy - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Resolved few issues in connection creation in the psy
Date
Msg-id E1ZzLHc-0005ou-Bi@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: pgAdmin III commit: Update polish translation
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Properly detect serial columns as such when identif