[pgadmin-hackers] [pgAdmin4][Patch]: number.toFixed is not function

2016-06-22 Thread Surinder Kumar
Hi Please find the patch *Issue:* We got the following error in console log *"number.toFixed is not function"* *Steps to reproduce:* 1) Click on statistics tab. 1) Select any database node. 2) then select Databases collection node. 3) The above error will appear into console. *Reason:* I discuss

[pgadmin-hackers] pgAdmin 4 commit: Use PUBLIC (in caps) whenever used as a keyword. Fixe

2016-06-22 Thread Ashesh Vashi
Use PUBLIC (in caps) whenever used as a keyword. Fixes #1138 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b78b3904cd7e5a8edf27390dab81290c457c Modified Files -- .../templates/foreign_servers/sql/9.1_plus/acl.sql | 2 +- .

[pgadmin-hackers] PACTH: To fix the issue while selecting primary key in table (pgAdmin4)

2016-06-22 Thread Murtuza Zabuawala
Hi, PFA minor patches to fix two issues mentioned in RM#1235 & RM#1234. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py b/web/pgadmin/browser/serv

Re: [pgadmin-hackers] Fix for issue RM1220 and RM 1221 [pgadmin4]

2016-06-22 Thread Harshal Dhumal
Hi, PFA updated patch for issues 1220 and 1221 -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Jun 21, 2016 at 4:41 PM, Dave Page wrote: > Hi > > On Tue, Jun 21, 2016 at 11:38 AM, Harshal Dhumal > wrote: > > H

Re: [pgadmin-hackers] PATCH: To fix the issue of IntegrityError in server port defination (pgAdmin4)

2016-06-22 Thread Murtuza Zabuawala
Hi Dave, I checked the code it's already implemented, pgAdmin4.py will upgrade schema automatically on subsequent run. Thanks, Murtuza -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Jun 22, 2016 at 2:10 PM, Murtuza Zabuawala < m

Re: [pgadmin-hackers] PATCH: To fix the issue of IntegrityError in server port defination (pgAdmin4)

2016-06-22 Thread Murtuza Zabuawala
Sure. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Jun 22, 2016 at 1:35 PM, Dave Page wrote: > On Wed, Jun 22, 2016 at 7:14 AM, Murtuza Zabuawala > wrote: > > Hi, > > > > PFA patch to fix the issue in server port check constr

[pgadmin-hackers] PATCH: Do not allow to drop current maintenance DB

2016-06-22 Thread Murtuza Zabuawala
Hi PFA patch to fix the issue mentioned in RM#1382. To fix the issue we will not display drop option on maintenance db. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/databases/__init

Re: [pgadmin-hackers] PATCH: To fix the issue of IntegrityError in server port defination (pgAdmin4)

2016-06-22 Thread Dave Page
On Wed, Jun 22, 2016 at 7:14 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue in server port check constraint validation which > was not allowing user to save port 65535. (RM#1388) > > We have changed in server table definition hence user has to run "setup.py" > again to fix the i