[pgAdmin][RM-4567]: Privileges revoked using SQL query on objects like tables does not correctly in SQL tab

2021-08-26 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-4567 : Privileges revoked using SQL query on objects like tables does not correctly in SQL tab -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.* *EDB Postgres*

[pgAdmin][RM2538] Truncate table with restart identity menu

2021-08-26 Thread Aditya Toshniwal
Hi Hackers, Please review the attached patch which adds the truncate table with restart identity menu. -- Thanks, Aditya Toshniwal pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM2538.patch Description: Binary data

Re: [pgAdmin][patch] Test case failure fix

2021-08-26 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Aug 26, 2021 at 2:22 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > The behaviour of MagicMock has somehow changed when a new venv is created. > The attached patch fixes the test cases for the new behaviour. > > -- > Thanks, >

Re: [pgAdmin][Patch] - Bug #6668 - Error should be handle on json viewer/editor

2021-08-26 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Aug 26, 2021 at 1:57 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix errors related to html tags shown in > the error message. > Update jsoneditor library version. > Also changed error message shown if

pgAdmin 4 commit: Fixed errors related to HTML tags shown in the error

2021-08-26 Thread Akshay Joshi
Fixed errors related to HTML tags shown in the error message for JSON editor. Fixes #6668 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=51d73b1672c0c68d1451406cfce48158e15828d2 Author: Yogesh Mahajan Modified Files -- docs/en_U

pgAdmin 4 commit: Fixed test case failures.

2021-08-26 Thread Akshay Joshi
Fixed test case failures. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=56e2af9efc4e436517f39bfb97135a84080ebe0e Author: Aditya Toshniwal Modified Files -- .../feature_tests/pg_utilities_maintenance_test.py| 15 +

[pgAdmin][patch] Test case failure fix

2021-08-26 Thread Aditya Toshniwal
Hi Hackers, The behaviour of MagicMock has somehow changed when a new venv is created. The attached patch fixes the test cases for the new behaviour. -- Thanks, Aditya Toshniwal pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* "Don't Complain about Heat, Plant

[pgAdmin][Patch] - Bug #6668 - Error should be handle on json viewer/editor

2021-08-26 Thread Yogesh Mahajan
Hi, Please find the attached patch to fix errors related to html tags shown in the error message. Update jsoneditor library version. Also changed error message shown if any operation(transform,sort) is initiated on invalid json content. Thanks, Yogesh Mahajan EnterpriseDB RM6668_v1.patch Descr