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 <[email protected]> Modified Files -------------- web/pgadmin/utils/driver/psycopg2/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
