pgAdmin 4 commit: Fixed API test cases failed due to wrong handling of

2021-06-08 Thread Akshay Joshi
Fixed API test cases failed due to wrong handling of default binary path. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5a086a9173cf92553956a6d330bac03fe2db24cf Modified Files -- web/pgadmin/browser/server_groups/servers/types.py

[pgAdmin][RM-6466]: Unable to add members in Login/Role group while creating it

2021-06-08 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-6466 : Unable to add members in Login/Role group while creating it -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.* *EDB

pgAdmin 4 commit: Added PSQL tool support for the Windows platform.

2021-06-08 Thread Akshay Joshi
Added PSQL tool support for the Windows platform. Fixed following issues: 1. If the database name contains escape characters then PSQL unable to connect. 2. If the user terminates the connection by typing the 'exit' command, PSQL will show the connection termination msg. Fixes #2341 Branch --

Re: [pgAdmin][Patch] - Housekeeping #4622 - Add RE-SQL/MSQL test cases for Tables

2021-06-08 Thread Akshay Joshi
Hi Yogesh Test cases are failing on EPAS/PG 9.5. Please fix and resend the patch. On Tue, Jun 8, 2021 at 5:45 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find patch which add re_sql & msql tests for table & sub nodes > Thanks, > Yogesh Mahajan > EnterpriseDB >

pgAdmin 4 commit: Ensure that the user should be able to add members in

2021-06-08 Thread Akshay Joshi
Ensure that the user should be able to add members in Login/Role group while creating it. Fixes #6466 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=93ddc4a5ba5faa997eb373526b4076525880531d Author: Nikhil Mohite Modified Files -

pgAdmin 4 commit: Added a mechanism to detect a corrupt/broken config d

2021-06-08 Thread Akshay Joshi
Added a mechanism to detect a corrupt/broken config database file. Fixes #6460 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c88ee7cff0dc168c6131b4e720e186e2b036e4e Author: Nikhil Mohite Modified Files -- docs/en_US/release_not

Re: [pgAdmin][RM-6466]: Unable to add members in Login/Role group while creating it

2021-06-08 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Jun 8, 2021 at 2:01 PM Nikhil Mohite wrote: > Hi Hackers, > > Please find the attached patch for RM-6466 > : > Unable to add members in Login/Role

Re: [pgAdmin][RM-6460]: Need a mechanism to detect a corrupt/broken config DB file.

2021-06-08 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jun 3, 2021 at 3:52 PM Nikhil Mohite wrote: > Hi Team, > > PFA updated patch (v2) > On Thu, Jun 3, 2021 at 3:10 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Dave, >> >> On Thu, Jun 3, 2021 at 2:49 PM Dave Page wrote: >> >>> Hi >>> >>> On