[pgadmin-hackers] pgAdmin 4 commit: Fix various mis-spellings of VACUUM. Fixes #2005

2016-12-08 Thread Dave Page
Fix various mis-spellings of VACUUM. Fixes #2005 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ff2fe64b8b25a9038e7b4f025b91792ae2fa08b Author: Anthony DeBarros Modified Files -- .../databases/schemas/templates/schema/js/schema.j

Re: [pgadmin-hackers] Patch: Fix typos of "vacuum" throughout

2016-12-08 Thread Dave Page
Hi On Thu, Dec 8, 2016 at 3:49 AM, Anthony DeBarros wrote: > Hi, > > I hope this is helpful to the team. I noticed that in the Parameter tab of > the Create Table dialog that VACUUM was misspelled. Hey, it's not easy to > remember if it's one "C" or two :-) So, I searched the codebase for all the

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false

2016-12-08 Thread Khushboo Vashi
Hi, Please find the attached updated patch. Thanks, Khushboo On Mon, Dec 5, 2016 at 11:09 PM, Dave Page wrote: > Hi > > On Friday, December 2, 2016, Khushboo Vashi com> wrote: > >> Hi. >> >> Please find the attached updated patch. >> >> Thanks, >> Khushboo >> >> On Fri, Nov 25, 2016 at 7:12 P

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM #1994 Insert / update are truncating if column is character

2016-12-08 Thread Akshay Joshi
Hi Dave I have remove the type casting while inserting/updating data. Attached is the patch file to fixe the issue, I have tested this patch with following data types: "serial, integer, interger[], numeric, numeric[], bit, character, character[], character varying, character varying[], jsonb, tim