pgAdmin 4 commit: Ensure that null values handled properly in CSV downl

2019-01-01 Thread Akshay Joshi
Ensure that null values handled properly in CSV download. Fixes #3780 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=41c028f944806b34fbfb06a0a146672aa1e18d2b Modified Files -- Make.bat |

Re: [pgAdmin4][Patch] - RM 3780 pgAdmin4 lacks ability to specify NULL values in CSV export

2019-01-01 Thread Akshay Joshi
Hi Dave/Hackers On Mon, Dec 24, 2018 at 7:47 AM Akshay Joshi wrote: > > > On Fri, 21 Dec 2018, 19:45 Dave Page >> >> >> On Fri, Dec 21, 2018 at 2:08 PM Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> >>> >>> On Fri, 21 Dec 2018, 18:52 Dave Page >> Hi Looks good - I

[patch][pgAdmin4] Windows error - The application server could not be contacted occasionally

2019-01-01 Thread Aditya Toshniwal
Hi Hackers, Some of the windows users are facing the error as "The application server could not be contacted" while starting pgAdmin4. The startup logs had nothing. Just that the application timed out. I was able to simulate the issue for sometime when I started my windows machine, but later it di

pgAdmin 4 commit: pgBrowser tree does not need to save tree state, when

2019-01-01 Thread Ashesh Vashi
pgBrowser tree does not need to save tree state, when 'browser' module is initialized from the tools like query editor, debugger, etc. Refs #3559 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1b9c841c155e1ecfd1092e262750dc28a1a598d7 Modifie