Patch for RM1720 [pgadmin4] - Mailing list pgadmin-hackers

From Harshal Dhumal
Subject Patch for RM1720 [pgadmin4]
Date
Msg-id CAFiP3vyM7CqoyVYOVQgNCw_4WyCw0U3+E5RJMQLP+TscP_sDMQ@mail.gmail.com
Whole thread Raw
Responses Re: Patch for RM1720 [pgadmin4]  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi,

PFA patch for RM1720


Issue: In pgAdmin4 we use server id (sid, which is id of server table in sqlite db) as key to keep track of server connection (server manger). But sqlite reuses these ids and therefore pgadmin4 connection manager assigns connection details of one database server to another in some cases.

To avoid this issue we now deleting server connection details (server manger) when user drops server.

-- 
Harshal Dhumal
Software Engineer

EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: To fix JSON array handling (pgAdmin4)
Next
From: Dave Page
Date:
Subject: Re: Patch for RM1720 [pgadmin4]