pgAdmin 4 commit: Fixed API test cases introduce in the commit for #586

2020-10-01 Thread Akshay Joshi
Fixed API test cases introduce in the commit for #5867. refs #5867 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=656e239e55d8a6963a1f85b5a19a56f367c99d0b Author: Pradip Parkale Modified Files -- .../servers/tests/test_all_serve

pgAdmin 4 commit: Allow user to change the database connection from an

2020-10-01 Thread Akshay Joshi
Allow user to change the database connection from an open query tool tab. Fixes #3794 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=be7bb81a194aef84b3c685f41290659ef1d85af6 Author: Nikhil Mohite Modified Files -- docs/en_US/ima

pgAdmin 4 commit: Merged the latest code of 'pgcli' used for the autoco

2020-10-01 Thread Akshay Joshi
Merged the latest code of 'pgcli' used for the autocomplete feature. Fixes #5497 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=300de05a204e955d2af5568d948c9f7eb34697a7 Modified Files -- docs/en_US/release_notes_4_27.rst

pgAdmin 4 commit: Fixed SQLAlchemy operation error with the boolean val

2020-10-01 Thread Akshay Joshi
Fixed SQLAlchemy operation error with the boolean value as true/false for Python version < 3.7 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=228d4bb3213189e2e613fb8cb49e6ce62178a1c5 Author: Khushboo Vashi Modified Files -- web/

Re: [pgAdmin][RM3794]:Allow User to Change Database Connection from an Open Query Tool Tab

2020-10-01 Thread Akshay Joshi
Thanks, patch applied. On Thu, Oct 1, 2020 at 10:42 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > I have resolved the sonarQube issues, PFA updated patch for the same. > > > Regards, > Nikhil Mohite. > > > On Tue, Sep 29, 2020 at 11:31 AM Akshay Joshi < > akshay.jo...

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

2020-10-01 Thread Akshay Joshi
Thanks, patch applied. On Wed, Sep 30, 2020 at 3:38 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > 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, > Khushbo

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

2020-10-01 Thread Akshay Joshi
Thanks, patch applied. On Wed, Sep 30, 2020 at 10:56 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > Please find the attached patch for the API failure issue. > > On Wed, Sep 30, 2020 at 12:34 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, patch

Re: [pgAdmin][RM5843] [SQL] - Some 'options' values for function not shown in sql

2020-10-01 Thread Pradip Parkale
Hi Akshay, Please find the attached patch to allow the user to modify the option settings of the procedure. This issue was only for PPAS 11 and PPAS 12. On Wed, Sep 23, 2020 at 11:30 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the small patch for the

pgAdmin 4 commit: Updated 'sqlparse' and 'pytz' module to the latest ve

2020-10-01 Thread Akshay Joshi
Updated 'sqlparse' and 'pytz' module to the latest version. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=558d25fabc0c174edf6136625b91224bd105b74e Modified Files -- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 del