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

2016-11-24 Thread Khushboo Vashi
Hi, Please find the attached updated patch. On Fri, Nov 18, 2016 at 7:45 PM, Dave Page wrote: > Hi > > On Fri, Nov 18, 2016 at 1:03 PM, Khushboo Vashi > wrote: > > Hi, > > > > Please find the attached patch for RM #1801: Properly handle databases > with > > datallowconn == false. > > > > Issue

[pgadmin-hackers] pgAdmin 4 commit: Use QT 5.7 by default on Windows.

2016-11-24 Thread Dave Page
Use QT 5.7 by default on Windows. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=478c7ba7a4e146ff387a3ab4979d2c1ba3029ff3 Modified Files -- Make.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Sent via pgadmin-

[pgadmin-hackers] pgAdmin 4 commit: Use QT 5.7 by default on Mac, and allow builds with P

2016-11-24 Thread Dave Page
Use QT 5.7 by default on Mac, and allow builds with Python 3.5. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6f90fbc4df3589ad9a57f8a8433788f23e52fe35 Modified Files -- pkg/mac/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2

[pgadmin-hackers] [pgAdmin4][Patch]: Fixes #1986 - Properly handle non-ascii characters while loading & saving file

2016-11-24 Thread Surinder Kumar
Hi *Issue:* The content will not write to disk if it contains ascii characters. *Solution:* Encode/Decode the content before writing/reading the file. By the way, the file/folder name should also encode/decode, a similar issue is already logged #1940 .

[pgadmin-hackers] PATCH: To fix the issue of column order in Primary Key/Index constraints (pgAdmin4)

2016-11-24 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where column order in Primary Key/Index constraints was maintained while creating sql from template. RM#1842 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1842.patch Description: Binary data -- Sent

[pgadmin-hackers] PATCH: To fix issue in database node (pgAdmin4)

2016-11-24 Thread Murtuza Zabuawala
Hi, PFA patch to display a flag if current database can be used as template while creating new database. RM#1800 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1800.patch Description: Binary data -- Sent via pgadmin-hackers mailin

[pgadmin-hackers] Re: [pgAdmin4][Patch]: Fixes #1986 - Properly handle non-ascii characters while loading & saving file

2016-11-24 Thread Surinder Kumar
Please ignore above patch. because it breaks when we save a file with name containing ascii chars in py35 It is fixed. Please find attached patch and review. On Thu, Nov 24, 2016 at 2:56 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi > > *Issue:* > The content will not write to

Re: [pgadmin-hackers] Patch for RM1911 Direct file navigation [pgAdmin4] [Feature]

2016-11-24 Thread Harshal Dhumal
Hi Dave, Please find updated attached patch for RM1911 (V2) -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon, Nov 21, 2016 at 7:48 PM, Dave Page wrote: > Hi > > On Sat, Nov 19, 2016 at 5:57 PM, Harshal Dhumal >

[pgadmin-hackers] [pgAdmin4][Patch]: Fixes #1940 - Handle non-ascii characters in file/folder names

2016-11-24 Thread Surinder Kumar
Hi This patch handles encode/decode issues for files names when following operations are performed such as "create/rename/delete/download/upload" or browsing a file etc. *Changes in code:* 1) Removed cleanstring() js function which converts ascii characters into its alphabetical characters. We su

[pgadmin-hackers] [Patch]: RM#1979 - Editing Function Issues

2016-11-24 Thread Neel Patel
Hi, Please find attached patch file with the fix of below issues along with mentioned in description. - Function arguments are omitted in SQL tab (msql). - Function arguments are not displayed under "Arguments" tab. - Existing arguments of the function should not be deleted. NOTE: All t

[pgadmin-hackers] pgAdmin 4 commit: Windows dependencies have changed with Qt 5.7

2016-11-24 Thread Dave Page
Windows dependencies have changed with Qt 5.7 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=89ed2a7debaf6f43af31880647da71a3535a8963 Modified Files -- Make.bat | 56 +++- 1 file c

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL

2016-11-24 Thread Surinder Kumar
Hi Please find updated patch with change. On Fri, Oct 21, 2016 at 9:16 PM, Dave Page wrote: > On Fri, Oct 21, 2016 at 4:42 PM, Surinder Kumar > wrote: > > On Fri, Oct 21, 2016 at 8:52 PM, Dave Page wrote: > >> > >> Hi > >> > >> On Fri, Oct 21, 2016 at 4:16 PM, Surinder Kumar > >> wrote: > >>

[pgadmin-hackers] pgAdmin 4 commit: Add search/replace support to the Query Tool, includi

2016-11-24 Thread Dave Page
Add search/replace support to the Query Tool, including regexp matching. Fixes #1765 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=394381bf754679c42c5e5f39e6ff8e7b2d7ed5fd Modified Files -- docs/en_US/keyboard_shortcuts.rst