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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
