pgAdmin 4 commit: Fix handling of numeric arrays in View/Edit Data. Fix

2019-03-19 Thread Dave Page
Fix handling of numeric arrays in View/Edit Data. Fixes #4062 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a4bc26c810c0fe3c39d824e0357583eab49d08e5 Author: Aditya Toshniwal Modified Files -- web/pgadmin/static/js/slickgrid/edit

Re: [pgAdmin4][RM4062] Integer array cell in view/edit data behaves weird

2019-03-19 Thread Dave Page
Thanks, patch applied. Fahar, can you please ensure that you test numeric and other array types thoroughly in the View/Edit Data tool? Thanks! On Tue, Mar 19, 2019 at 1:11 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix integer array

pgAdmin 4 commit: Fix handling of numeric arrays in View/Edit Data. Fix

2019-03-19 Thread Dave Page
Fix handling of numeric arrays in View/Edit Data. Fixes #4062 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3db3740cf2a756f778878b2c695be4815c2ac6bb Author: Aditya Toshniwal Modified Files -- Makefile | 1

Re: [pgAdmin4][patch] SQL Keywords extract utility

2019-03-19 Thread Dave Page
Hi On Tue, Mar 19, 2019 at 10:43 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a small utility which help in getting the SQL keywords used by > PostgreSQL and pl/pgsql. > Note that, for pgsql code path is required as keywords are not available > in

pgAdmin 4 commit: Fix an issue with stdout redirection on Windows, and

2019-03-19 Thread Dave Page
Fix an issue with stdout redirection on Windows, and remove code added in a failed attempt to resolve a Windows regression test issue. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=546161ab1a30e37d5adf182aa23c8e6e0476e199 Author: Khushboo Va

[pgAdmin4][RM4062] Integer array cell in view/edit data behaves weird

2019-03-19 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to fix integer array cell editor behaviour which was not working correctly appropriately. Kindly review. -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB Software Solutions | Pune "Don't Complain about Heat, Plant a tree" RM4062.patch

[pgAdmin4][patch] SQL Keywords extract utility

2019-03-19 Thread Aditya Toshniwal
Hi Hackers, Attached is a small utility which help in getting the SQL keywords used by PostgreSQL and pl/pgsql. Note that, for pgsql code path is required as keywords are not available in any docs. So, the code paths may need to change with new release of PostgreSQL. For PostgrSQL keywords, it wil