Hi,
PFA patch to fix the issue where EPAS DB instance running with
*no-redwood-compat* mode fails to list down functions objects in grant
wizard due to 'char' -> 'int' type cast error.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
RM_
Hi Hackers,
Attached is the patch to fix failing SQL editor related feature tests.
The failure is occurring mostly because of send_keys function of selenium
which sometimes does not input the complete text. The change will use
Codemirror javascript object to set the text.
I have also added new ar
Ensure that grant wizard should list down functions for EPAS server running
with no-redwood-compat mode. Fixes #3935
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=07f16f40cdb143172e9929ee2bcb753c3844cb2d
Author: Murtuza Zabuawala
Modified
Thanks patch applied.
On Mon, Jan 28, 2019 at 12:01 PM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi,
>
> PFA patch to fix the issue where EPAS DB instance running with
> *no-redwood-compat* mode fails to list down functions objects in grant
> wizard due to 'char' -> 'int' t