Re: [pgadmin-hackers] [PATCH] Tables node (pgAdmin4)

2016-04-27 Thread Murtuza Zabuawala
Hi Thom, Thank you for your inputs, Will work on it & send updated patch again. Regards, Murtuza > On 27-Apr-2016, at 7:04 pm, Thom Brown wrote: > > On 27 April 2016 at 13:43, Thom Brown wrote: >> On 27 April 2016 at 10:22, Harshal Dhumal >>

Re: [pgadmin-hackers][pgAdmin4][Patch]: File Manager & Backform FileControl

2016-04-27 Thread Neel Patel
Hi Surinder, I have applied the patch file and below are some observations. - When we create the new folder and hit the enter then we are getting the below error. TypeError: argument of type 'NoneType' is not iterable - I have just added the new control in "Import"

Re: [pgadmin-hackers] [PATCH] Tables node (pgAdmin4)

2016-04-27 Thread Thom Brown
On 27 April 2016 at 13:43, Thom Brown wrote: > On 27 April 2016 at 10:22, Harshal Dhumal > wrote: >> >> Hi, >> >> PFA attached patches for table node and all table child nodes. >> >> This patch includes below nodes, >> >> 1) Table node

Re: [pgadmin-hackers] [PATCH] Tables node (pgAdmin4)

2016-04-27 Thread Thom Brown
On 27 April 2016 at 10:22, Harshal Dhumal wrote: > > Hi, > > PFA attached patches for table node and all table child nodes. > > This patch includes below nodes, > > 1) Table node -- Initial patch by Murtuza, > constraints

[pgadmin-hackers] PATCH: Added Note Backform control (pgAdmin4).

2016-04-27 Thread Murtuza Zabuawala
Hi, This patch will allow us to provide annotate(s) on Form/Dialog. Use in schema: id: 'server_note', label: '{{ _('Note') }}', text: '{{ _('The backup format will be PLAIN') }}', type: 'note' -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL

Re: [pgadmin-hackers] [PATCH] Tables node (pgAdmin4)

2016-04-27 Thread Harshal Dhumal
Hi, The exclusion constraint has minor validation issue (this won't block testing of patch). I'm closely working with Ashesh to fix this. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB On Wed, Apr 27, 2016 at 2:52 PM, Harshal Dhumal <