[pgadmin-hackers] [pgAdmin4][PATCH] Columns with no size display incorrectly in the Query Tool

2017-02-21 Thread Murtuza Zabuawala
Hi, Please find minor patch to fix the issue where we were displaying incorrect size if columns has no size defined in the Query Tool. RM#2151 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_2151.patch Description: Binary data -- S

[pgadmin-hackers] pgAdmin 4 commit: Display un-sized varlen column types correctly in the

2017-02-21 Thread Dave Page
Display un-sized varlen column types correctly in the query tool. Fixes #2151 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=89137f57b29801551f4d1b5129657edf37e5eb71 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/tools/sq

Re: [pgadmin-hackers] [pgAdmin4][PATCH] Columns with no size display incorrectly in the Query Tool

2017-02-21 Thread Dave Page
Thanks, patch applied. On Tue, Feb 21, 2017 at 10:46 AM, Murtuza Zabuawala wrote: > Hi, > > Please find minor patch to fix the issue where we were displaying incorrect > size if columns has no size defined in the Query Tool. > RM#2151 > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http:/

Re: [pgadmin-hackers] Acceptance Tests against a browser (WIP)

2017-02-21 Thread Atira Odhner
Hi Dave, We fixed the flakiness issues that we saw (hopefully they are the same ones you were seeing.) by tearing down connections to the acceptance_test_db before attempting to drop it at the beginning of the test. Once we have access to the CI pipeline we can help out there to ensure the flakine