[pgAdmin4][Patch]: To fix query tool editor keyboard shortcut

2017-12-11 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where pressing Ctrl + Alt + . on query tool editor window triggers Inline uncomment code functionality which is wrong it should only trigger if user presses Ctrl + . RM#2769 Tested on macOS, Linux, Windows with web version. -- Regards, Murtuza Zabuawala EnterpriseD

Re: [pgAdmin4][Patch]: Fixed RM #2779 - Lost field size

2017-12-11 Thread Khushboo Vashi
On Mon, Dec 11, 2017 at 6:03 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Dec 11, 2017 at 5:45 PM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Dec 11, 2017 at 5:40 PM, Dave Page wrote: >> >>> Hi >>> >>> On Wed, Dec 6, 2017 at 5:45 AM

Re: [pgAdmin4][Patch]: Fixed RM #2779 - Lost field size

2017-12-11 Thread Khushboo Vashi
On Mon, Dec 11, 2017 at 5:45 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Dec 11, 2017 at 5:40 PM, Dave Page wrote: > >> Hi >> >> On Wed, Dec 6, 2017 at 5:45 AM, Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attached p

Re: [pgAdmin4][Patch]: Fixed RM #2779 - Lost field size

2017-12-11 Thread Khushboo Vashi
On Mon, Dec 11, 2017 at 5:40 PM, Dave Page wrote: > Hi > > On Wed, Dec 6, 2017 at 5:45 AM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi, >> >> Please find the attached patch to fix RM #2779: Lost field size. >> >> While editing the table column, if we change collate then, th

Re: [pgAdmin4][Patch]: Fixed RM #2779 - Lost field size

2017-12-11 Thread Dave Page
Hi On Wed, Dec 6, 2017 at 5:45 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix RM #2779: Lost field size. > > While editing the table column, if we change collate then, the length and > the precision are lost. > Also, while changing col

pgAdmin 4 commit: Update query tool docs.

2017-12-11 Thread Dave Page
Update query tool docs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=61080ce5139ff62b0aa7ba1f71c38a7e8f8d7bb3 Author: Susan Douglas Modified Files -- docs/en_US/developer_tools.rst | 1 + docs/en_US/editgrid.rst

[pgAdmin4][Patch]: File manager - Fix logic to enable 'Select' button in List/Table view

2017-12-11 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where double clicking on folder enables the 'Select' button in List/Table view. RM#2937 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/misc/file_manager/__init__.py b/web/pgadmin/mi

[pgAdmin4][Patch]: Newly created domain not listed in Data type

2017-12-11 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where newly created domains are not listed under Data type combo box in 'Create Table' dialog. RM#2778 Also fixed typo in FTS Configuration. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/