Re: Proposal: Drop support for Internet Explorer

2020-04-09 Thread Dave Page
Hi On Thu, Apr 9, 2020 at 12:26 AM Darren Duncan wrote: > If its hard to know how many people are actually using Internet Explorer: > > You could make the next release of pgAdmin display a message occasionally > to > users of Internet Explorer saying that Internet Explorer will no longer be > of

[pgAdmin4][RM#2813] Do not prompt for database server password once user saves it

2020-04-09 Thread Murtuza Zabuawala
Hi, There was an issue where the user used trust mode to connect to the database server and saves a blank password, and next time when the user tries to connect from pgadmin, pgadmin again asks for the password. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterpri

pgAdmin 4 commit: Added support of Foreign Tables to the Schema Diff. F

2020-04-09 Thread Akshay Joshi
Added support of Foreign Tables to the Schema Diff. Fixes #5263 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=31f255b541f745f0b5a68d9733744e352c1faa94 Modified Files -- docs/en_US/release_notes_4_21.rst | 1 + .

pgAdmin 4 commit: Fixed API/RESQL test cases for View/MView failed due

2020-04-09 Thread Akshay Joshi
Fixed API/RESQL test cases for View/MView failed due to #5053 commit. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fecf3915c564b1c3c1531fecc2739d88e53af991 Modified Files -- .../servers/databases/schemas/views/__init__.py

pgAdmin 4 commit: Fixed typo

2020-04-09 Thread Akshay Joshi
Fixed typo Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c8646f99c0bbb2ddd1e89e677fe8a7fc227cb062 Modified Files -- web/pgadmin/tools/schema_diff/tests/ppas/10_plus/source.sql | 4 ++-- web/pgadmin/tools/schema_diff/tests/ppas/10_

Re: Proposal: Drop support for Internet Explorer

2020-04-09 Thread Darren Duncan
The patch looks good as much as I understand it, but this raises an important question: How should one best handle minority browsers that may be completely modern but you may not specifically know about them? Such as the newer crop of browsers that emphasize stronger privacy or may have fewer

Re: Proposal: Drop support for Internet Explorer

2020-04-09 Thread Khushboo Vashi
On Thu, Apr 9, 2020 at 11:57 PM Darren Duncan wrote: > The patch looks good as much as I understand it, but this raises an > important > question: > > How should one best handle minority browsers that may be completely modern > but > you may not specifically know about them? Such as the newer cr

[pgAdmin][RM5227] Cannot add user

2020-04-09 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to fix following user management related issues: 1) Unable to add a user when there are many users. The dialog went blank. Fixed. 2) Error message did not have a close button. Fixed. 3) When clicked on the add button, then cursor will focus on the email box of the

Re: [pgAdmin4][Patch] - RM 5270 - [EPAS] Synonym properties does not show OID.

2020-04-09 Thread Khushboo Vashi
Hi Akshay, On Wed, Apr 8, 2020 at 12:33 PM Akshay Joshi wrote: > Hi Khushboo > > Schema Diff test cases are failing with this patch. Please fix and resend > the patch. > > Can you please re-verify as I don't think schema diff test cases are failing due to this patch. Thanks, Khushboo > On Tue,

[pgAdmin][RM3972] Standard OSX keyboard behaviour in Query Tool.

2020-04-09 Thread Nagesh Dhope
Hi Hackers, Please find a patch, which fixes following OSX native keyboard shortcuts in Query Tool. 1. option+arrow (L/R) should skip by "word" 2. option+arrow (up/down) should go up/down one line 3. shift+option+arrow (L/R) should select/highlight by "word" -- Thanks, Nagesh RM3972.p

[pgAdmin][RM4969] JSONB and JSON field editing

2020-04-09 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch fix issue for jsonb and json field editing. Making the field blank throws a validation error. The patch will set json, jsonb to null when set to blank. Please review. -- Thanks and Regards, Aditya Toshniwal pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB