pgAdmin 4 commit: Do not reset the driver registry when the 'load_drive

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Do not reset the driver registry when the 'load_drive
Date: 2016-04-25 10:04:43
Message-ID: E1audNj-0002Xu-24@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-25 11:06:16 Re: PATCH: Graphincal explain integrated in sql editor
Previous Message Sanket Mehta 2016-04-25 09:36:41 Re: PATCH: Graphincal explain integrated in sql editor