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
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 wr
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 <
> aditya.toshni...@ente
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 fil
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 worka
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 rows
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
--
web/pgadmin/tools/sqled