Re: [pgAdmin4][Patch]: Fixed Feature #3503 and RM #3347

2018-08-21 Thread Akshay Joshi
On Tue, Aug 21, 2018 at 4:23 PM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Akshay, > > In restore, if I focus on "No of Jobs" and then click restore, I get an > error as "object of type 'bool' has no len()" (looks like an existing issue) > Apart from this, all looks good to

Re: [pgAdmin4][Patch]: Fixed Feature #3503 and RM #3347

2018-08-21 Thread Aditya Toshniwal
Hi Akshay, In restore, if I focus on "No of Jobs" and then click restore, I get an error as "object of type 'bool' has no len()" (looks like an existing issue) Apart from this, all looks good to me. Test cases run successfully. On Tue, Aug 21, 2018 at 12:15 PM, Akshay Joshi < akshay.jo...@ente

[pgAdmin4][Patch]: Fixed Feature #3503 and RM #3347

2018-08-20 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fixed following: - Feature #3503 Support PG utilities new options. - RM #3347 schema / data only backup feature does not work as expected. - Added supported "Dump Options" for "*pg_dumpall*" which was not there since pgAdmin 3. - Fixed issue whe