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 +---
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
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
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
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