pgAdmin 4 commit: Pin Werkzeug to version 2.0.3 as the latest version t

2022-03-28 Thread Akshay Joshi
Pin Werkzeug to version 2.0.3 as the latest version throwing error cannot import name 'safe_str_cmp' from 'werkzeug.security' Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38b69c91a1ed9c388c42aa793d863dfb8ad9bd82 Modified Files

Accessibility Conformance Report (VCAT)

2022-03-28 Thread Patricia Pierson
Hello, I am working on getting the pgAdmin version upgrade to a new version. Companyis requested an ACR/VCAT document. Would you have a document I could use ? Thank you -- Regards, Patricia Pierson

pgAdmin 4 commit: Correct the typo of RM number.

2022-03-28 Thread Akshay Joshi
Correct the typo of RM number. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=63c9aaea35b2ec94422db8b53bece2e48042adc7 Modified Files -- docs/en_US/release_notes_6_8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Patch] Bug #4256 - ALTER DEFAULT PRIVILEGES FOR ROLE some_role REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC:

2022-03-28 Thread Akshay Joshi
Thanks, the patch applied On Mon, Mar 28, 2022 at 4:43 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hello Team, > > Please find the updated patch which fixes sql revoke statements shown for > databases. > > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Tue, Mar 1, 2022 at 12

pgAdmin 4 commit: Fixed an issue where SQL for revoke statements are no

2022-03-28 Thread Akshay Joshi
Fixed an issue where SQL for revoke statements are not shown for databases. Fixes #4258 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f2ff5af5c1fc2dce250d0a77987bbe0a8b92478 Author: Yogesh Mahajan Modified Files -- docs/en_US/

Re: [Patch] Bug #4256 - ALTER DEFAULT PRIVILEGES FOR ROLE some_role REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC:

2022-03-28 Thread Yogesh Mahajan
Hello Team, Please find the updated patch which fixes sql revoke statements shown for databases. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Mar 1, 2022 at 12:50 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Yogesh, > > The original bug is not fixed with the patch. You

pgAdmin 4 commit: Correct the release notes

2022-03-28 Thread Akshay Joshi
Correct the release notes Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7ecc0169dfad6d82a244a68e8e94944bd7810c9a Modified Files -- docs/en_US/release_notes_6_8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [pgAdmin][RM7249] Support Unique Key in ERD

2022-03-28 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Mar 28, 2022 at 1:52 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch adds support for unique keys in ERD and also fixes a bug > where foreign key relationships do not update when the primary key is > modified #719

pgAdmin 4 commit: 1) Added support for unique keys in ERD. Fixes #7249

2022-03-28 Thread Akshay Joshi
1) Added support for unique keys in ERD. Fixes #7249 2) Fixed an issue where foreign key relationships do not update when the primary key is modified. Fixes #7197 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=903b300b9ec43767b91260ce6d7c2522

[pgAdmin][RM7249] Support Unique Key in ERD

2022-03-28 Thread Aditya Toshniwal
Hi Hackers, Attached patch adds support for unique keys in ERD and also fixes a bug where foreign key relationships do not update when the primary key is modified #7197. Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "

pgAdmin 4 commit: Fixed schema diff issue where function's difference D

2022-03-28 Thread Akshay Joshi
Fixed schema diff issue where function's difference DDL was showing incorrectly when arguments had default values with commas. Fixes #7263 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9f992a9e5df410aaa78a67738fe3a9f2629d2582 Modified Files