pgAdmin 4 commit: Fixed an issue on refreshing files in Query Tool. Fix

2021-01-11 Thread Akshay Joshi
Fixed an issue on refreshing files in Query Tool. Fixes #6069 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0fcfe630921f49b89db89b47a51031f17474808c Author: Nikhil Mohite Modified Files -- docs/en_US/release_notes_4_30.rst

Re: Query Tool Fix

2019-08-01 Thread Dave Page
Thanks, all applied. On Wed, Jul 31, 2019 at 10:30 PM Yosry Muhammad wrote: > Please find separate patch files attached. I believe there isn't any > dependency between the patches. > > #4525 and #4529 are duplicates - both are fixed by the patch. > > On Wed, Jul 31, 2019 at 3:49 PM Dave Page

Re: Query Tool Fix

2019-07-31 Thread Yosry Muhammad
Please find separate patch files attached. I believe there isn't any dependency between the patches. #4525 and #4529 are duplicates - both are fixed by the patch. On Wed, Jul 31, 2019 at 3:49 PM Dave Page wrote: > Hi > > On Wed, Jul 31, 2019 at 6:05 AM Aditya Toshniwal < >

Re: Query Tool Fix

2019-07-31 Thread Dave Page
Hi On Wed, Jul 31, 2019 at 6:05 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Yosry, > > The changes to fix 4520 are in python side. I would suggest if you can > separate it out from this patch, so that we can ask the users(affected by > 4520) to just replace the python

Re: Query Tool Fix

2019-07-30 Thread Aditya Toshniwal
Hi Yosry, The changes to fix 4520 are in python side. I would suggest if you can separate it out from this patch, so that we can ask the users(affected by 4520) to just replace the python files in their installed pgAdmin4. This fix will not be available till next release, but we can give the

Query Tool Fix

2019-07-30 Thread Yosry Muhammad
Hi, Please find attached a patch with the following bug fixes for the query tool: - View data not working correctly when the table/view does not contain any columns (#4492). - Query tool does not produce results when psycopg2 version is below 2.8 (#4520). - Command tags and number of affected

pgAdmin 4 commit: Fix handling of SQL_ASCII data in the query tool. Fix

2018-06-21 Thread Dave Page
Fix handling of SQL_ASCII data in the query tool. Fixes #3289. Fixes #3250 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=df85392bbf2203e8d4b0796dd449f8a29cf30618 Author: Aditya Toshniwal Modified Files --