Re: [pgAdmin][RM5867]:Some properties are not getting updated correctly if the server is shared server.

2020-09-30 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for the API failure issue. On Wed, Sep 30, 2020 at 12:34 PM Akshay Joshi wrote: > Thanks, patch applied. > > On Wed, Sep 30, 2020 at 11:00 AM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the attached patch

[pgAdmin4][Patch] - Fix for Sqlalchemy Operational error

2020-09-30 Thread Khushboo Vashi
Hi, Sqlalchemy gives an operational error with the SQL query with boolean true/false for Python versions < 3.7. Please find the attached patch to fix it. Thanks, Khushboo sqlite_boolean_fix.patch Description: Binary data

pgAdmin 4 commit: Use PostgreSQL 13 libs.

2020-09-30 Thread Dave Page
Use PostgreSQL 13 libs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3f817494f8d445725d7f30d8449b7fa5a948955d Modified Files -- pkg/redhat/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [pgAdmin][RM5867]:Some properties are not getting updated correctly if the server is shared server.

2020-09-30 Thread Akshay Joshi
Thanks, patch applied. On Wed, Sep 30, 2020 at 11:00 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for the below issues. > >1. Shared with all? changed to 'Shared?'. >2. Hide shared server? changed to 'Hide shared servers?'. >

pgAdmin 4 commit: Fixed an issue where some properties are not being up

2020-09-30 Thread Akshay Joshi
Fixed an issue where some properties are not being updated correctly for the shared server. Fixes #5867 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b097cec45ee7fc6b7b6583de0f79c64cd9fd1f10 Author: Pradip Parkale Modified Files --