Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Support setting a field's value to "null"

2016-12-22 Thread Surinder Kumar
Forgot to attach patch in last thread. please find patch. On Fri, Dec 23, 2016 at 11:24 AM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > On Fri, Dec 23, 2016 at 11:11 AM, Surinder Kumar < > surinder.ku...@enterprisedb.com> wrote: > >> Hi Dave, >> >> Please find updated patch. >> >>

Re: [pgadmin-hackers] [pgAdmin4]: RM-1910 - Remember last used directory in the file manager

2016-12-22 Thread Neel Patel
Hi Dave, I have tried to reproduce the issue with both python 2 & python3 but no luck and from the logs, it looks like issue with global name 'transid' not defined so i don't think we have changed anything in that logic but yes we need to fix this. Can you please let me know the steps to reproduc

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Support setting a field's value to "null"

2016-12-22 Thread Surinder Kumar
On Fri, Dec 23, 2016 at 11:11 AM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi Dave, > > Please find updated patch. > > *Changes implemented:* > > 1) To enter an empty string in string/character type, user need to enter > '' (two single quotes). > 2) To enter null values in Intege

[pgadmin-hackers] pgAdmin 4 commit: Minimise memory requirements for rendered cells and r

2016-12-22 Thread Dave Page
Minimise memory requirements for rendered cells and rows in SlickGrid. Fixes #2035 - The CSS class 'slick-row' has been renamed to 'sr' - The CSS class 'slick-cell' has been renamed to 'sc' - The SQL Editor included an unused 'normal_row' class on each row which has been removed as it was unre