Bug #7656 - Query Tool JSON Results, dblclk popup - textarea does not resize with dialog

2022-09-07 Thread Yogesh Mahajan
Hello Team, Please find the patch which enables resizing of text area inside json-editor om resizing editor container. Thanks, Yogesh Mahajan EnterpriseDB RM_7656_v1.patch Description: Binary data

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-07 Thread Akshay Joshi
Thanks, the patch applied. Please send another patch with updated screenshots and the issues you have mentioned. On Wed, Sep 7, 2022 at 6:58 PM Nikhil Mohite wrote: > Hi Akshay, > > PFA updated patch, I have resolved the review comments, there is one issue > with resize window I will send anoth

pgAdmin 4 commit: 1) Port schema diff to React. Fixes #6133

2022-09-07 Thread Akshay Joshi
1) Port schema diff to React. Fixes #6133 2) Remove SlickGrid. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e1942d8c9e90c06d5e2d132473faeba1bdf0e3bf Author: Nikhil Mohite Modified Files -- docs/en_US/images/schema_diff_DDL_comp

Re: [Patch] - Bug #7649 - Import Data into Table fails if table when new columns added prior to import

2022-09-07 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Sep 7, 2022 at 4:23 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi Team, > > Please find the attached patch which clear cache of the children nodes of > the collection nodes. This fixes the issue of non-visibility of columns > added via psql/qu

pgAdmin 4 commit: Fixed an issue with the non-visibility of columns add

2022-09-07 Thread Akshay Joshi
Fixed an issue with the non-visibility of columns added prior to import/export data. Fixes #7649 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ad5938067600921b684163a2189b9bc3edef2c1c Author: Yogesh Mahajan Modified Files -- do

[Patch] - Bug #7649 - Import Data into Table fails if table when new columns added prior to import

2022-09-07 Thread Yogesh Mahajan
Hi Team, Please find the attached patch which clear cache of the children nodes of the collection nodes. This fixes the issue of non-visibility of columns added via psql/query tool to the table in import/export, index>Definition etc dialogues. Thanks, Yogesh Mahajan EnterpriseDB RM_7649_v1.patc