pgAdmin 4 commit: Remove some unecessary React libraries.

2019-04-24 Thread Dave Page
Remove some unecessary React libraries. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3fef078ec8a1d9e96a1c87039489e8e653870a17 Author: Aditya Toshniwal Modified Files -- web/package.json | 1 - web/yarn.lock| 23 +---

[pgAdmin4][Patch]: RM #4163 Corrupted SQL code for some tables

2019-04-24 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix RM #4163 "Corrupted SQL code for some tables". Please review it. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* RM_4163.patch Description: Binary data

Re: [pgAdmin][patch] Remove Reactjs related package - prop-types

2019-04-24 Thread Dave Page
Thanks, applied. On Wed, Apr 24, 2019 at 7:48 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to remove prop-types package as it is not required > anymore after react removal. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engine

pgAdmin 4 commit: Prevent duplicate columns being included in reverse e

2019-04-24 Thread Dave Page
Prevent duplicate columns being included in reverse engineered SQL for tables. Fixes #4163 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9b5a6e2bb752eb71093fc59430c828f80558fb8e Author: Akshay Joshi Modified Files -- docs/en_US

Re: [pgAdmin4][Patch]: RM #4163 Corrupted SQL code for some tables

2019-04-24 Thread Dave Page
Thanks, patch applied. Fahar, please ensure you test this thoroughly with IDENTITY and SERIAL columns, columns create with a nextval(...) default manually, and other column types. Thanks. On Wed, Apr 24, 2019 at 10:00 AM Akshay Joshi wrote: > Hi Hackers, > > Attached is the patch to fix RM #41