Re: [pgadmin-hackers] PATCH: To fix type casting for OID's (pgAdmin4)

2016-11-11 Thread Dave Page
Thanks, applied. On Fri, Nov 11, 2016 at 2:05 PM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue where sql were failing to execute due to invalid > type casting of OID. > Total: 82 SQL templates affected by this patch, I have searched & tried to > cover all the affected SQL from va

[pgadmin-hackers] pgAdmin 4 commit: Cast OIDs to oid not int, otherwise we lose half the

2016-11-11 Thread Dave Page
Cast OIDs to oid not int, otherwise we lose half the range which results in objects not being accessible. Fixes #1951 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=00d2ab0338a6652148ae6162d800358503329a5e Author: Murtuza Zabuawala Modified

Re: [pgadmin-hackers] PATCH: To fix the issue in Debugger module (pgAdmin4)

2016-11-11 Thread Dave Page
Thanks - committed with minor changes to hide the busy cursor when execution completes and to fix some comments. On Fri, Nov 11, 2016 at 12:02 PM, Murtuza Zabuawala wrote: > Hi Dave, > > PFA updated patch, Both of the issues pointed by you in last email are > addressed in this patch. > Please rev

[pgadmin-hackers] pgAdmin 4 commit: Resolve various debugger quirks. Fixes #1227

2016-11-11 Thread Dave Page
Resolve various debugger quirks. Fixes #1227 - Prevent the user from executing multiple options at once, resulting in "Execute cannot be used while an asynchronous query is underway** Error " messages - Stop polling when debugging is complete. - Don't show the busy cursory when deb

Re: [pgadmin-hackers] [pgadmin-support] Final pgAdmin III - v1.22.2 Released

2016-11-11 Thread Jan Holst Jensen
On 2016-11-10 16:55, Dave Page wrote: I've just pushed a final wrap-up build of pgAdmin III to the download site in source, Windows and Mac OS X formats. You can download it from here: https://www.postgresql.org/ftp/pgadmin3/release/v1.22.2/ This will be the final official release of pgAdmin I

[pgadmin-hackers] PATCH: To fix type casting for OID's (pgAdmin4)

2016-11-11 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where sql were failing to execute due to invalid type casting of OID. Total: 82 SQL templates affected by this patch, I have searched & tried to cover all the affected SQL from various nodes in this patch. Please review. RM#1951 -- Regards, Murtuza Zabuawala Enterp

[pgadmin-hackers] pgAdmin 4 commit: Ensure trigger function names are schema qualified in

2016-11-11 Thread Dave Page
Ensure trigger function names are schema qualified in trigger RE-SQL. Fixes #1949 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f405cdf383cba05b369a156daad2a307becf0240 Author: Murtuza Zabuawala Modified Files -- .../databases/s

Re: [pgadmin-hackers] PATCH: To fix the issue where trigger function was not schema qualified in trigger SQL (pgAdmin4)

2016-11-11 Thread Dave Page
Thanks, patch applied. On Fri, Nov 11, 2016 at 7:33 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue where trigger function was not schema qualified > in trigger SQL. > RM#1949 > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise Post

Re: [pgadmin-hackers] QtWebEngine issue

2016-11-11 Thread Dave Page
I had tried AA_UseOpenGLES previously, with no joy. It seems that AA_UseDesktopOpenGL doesn't work either. On Thu, Nov 10, 2016 at 2:12 PM, Neel Patel wrote: > Hi, > > As I am not able to reproduce so i can not do experiment but from Qt > documentation, we can try setting below attribute at begin

Re: [pgadmin-hackers] PATCH: To fix the issue in Debugger module (pgAdmin4)

2016-11-11 Thread Murtuza Zabuawala
Hi Dave, PFA updated patch, Both of the issues pointed by you in last email are addressed in this patch. Please review. RM#1227 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Oct 21, 2016 at 5:57 PM, Neel Patel wrote: > Hi, >

[pgadmin-hackers] pgAdmin 4 commit: Fix a fairly improtant typo!

2016-11-11 Thread Dave Page
Fix a fairly improtant typo! Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d5361a62cbdc140e51798aecddacf76e9beca29b Modified Files -- docs/en_US/server_deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent