pgAdmin 4 commit: Do not reset the driver registry when the 'load_drive - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Do not reset the driver registry when the 'load_drive
Date
Msg-id E1audNj-0002Xu-24@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Do not reset the driver registry when the 'load_driver' method of
DriverRegistry is executed second time.

Also, initialize the driver before registering different blueprints,
which uses those driver inside them.

Thanks Khushboo for reporting the issue.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=26e9ceaf48a1fb66c1e62882a9f8c1482f0dc7c8

Modified Files
--------------
web/pgadmin/__init__.py              | 6 +++---
web/pgadmin/utils/driver/registry.py | 6 ++++--
2 files changed, 7 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Sanket Mehta
Date:
Subject: Re: PATCH: Graphincal explain integrated in sql editor
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Graphincal explain integrated in sql editor