[pgAdmin4][RM#5107] Add tab navigation for tabs under explain panel in query tool

2020-01-21 Thread Ganesh Jaybhay
Hi Hackers,

Please find the attached minor fix for tab navigation on footer and
confirmation dialog buttons from file manager dialogue
Kindly review.

Regards,
Ganesh Jaybhay


RM5107.patch
Description: Binary data


Re: [pgAdmin4][RM#5107] Add tab navigation for buttons in file manager dialogue

2020-01-21 Thread Ganesh Jaybhay
Changed the subject

On Tue, Jan 21, 2020 at 6:26 PM Ganesh Jaybhay <
ganesh.jayb...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached minor fix for tab navigation on footer and
> confirmation dialog buttons from file manager dialogue
> Kindly review.
>
> Regards,
> Ganesh Jaybhay
>


Error when editing char(n)[] cells

2020-01-21 Thread Nick Barnes
Hi,

In the "View/Edit Data" grid, editing a char(n)[] or varchar(n)[] cell
triggers a psycopg error: "argument formats can't be mixed". This seems to
be the same issue reported in #4410
.

Looks like the cause is a format() template which is using "%s" instead of
"{}", leaving a literal "%s" in the generated SQL. Patch attached.

Cheers,
Nick


0001-Fix-invalid-format-specifiers.-Fixes-4410.patch
Description: Binary data