[pgAdmin][RM7322] Error Message displayed "Request failed with status code 503" if create new database on Windows only

2022-04-21 Thread Pradip Parkale
Hi Hackers, You can find the attached patch for #7322. The error message "Request failed with status code 503" appears if you create a new database. I also solved their issue with the SQL panel being editable. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM7

Re: Feature #7325 - Support for Azure AD OAUTH2 authentication

2022-04-21 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Apr 21, 2022 at 11:50 AM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please ignore the previous patch. Here is the updated one. > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Thu, Apr 21, 2022 at 11:12 AM Yogesh Mahajan < > yogesh.ma

pgAdmin 4 commit: Added support for Azure AD OAUTH2 authentication. Fix

2022-04-21 Thread Akshay Joshi
Added support for Azure AD OAUTH2 authentication. Fixes #7325 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f28e8126af2a57f1f97ef199e986ab9a8989d4ee Author: Yogesh Mahajan Modified Files -- docs/en_US/release_notes_6_9.rst |

pgAdmin 4 commit: Fixed an issue where the table showed duplicate colum

2022-04-21 Thread Akshay Joshi
Fixed an issue where the table showed duplicate columns when creating multiple sequences on the same column. Fixes #7307 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d336cade855031443bf3e8b7382143800c6f7da5 Modified Files -- do