Re: [pgAdmin][RM6566]: [React] Port Cast node to react.

2021-07-14 Thread Akshay Joshi
Thanks, the patch applied. Jasmine test for the "validate" function is commented, I have fixed it. On Wed, Jul 14, 2021 at 9:51 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please ignore my previous patch and find the updated patch. > > On Wed, Jul 14, 2021 at 8:2

pgAgent commit: Use std::string instead of std::wstring as it handles t

2021-07-14 Thread Ashesh Vashi
Use std::string instead of std::wstring as it handles the utf-8 'conversation from char*' well, and also - it was not needed to convert to std::wstring, as we needed to convert it again as 'char *', while doing the database operation. This unnecessary conversation of 'char* to std::wstring was resu

Bug #6337 Patch

2021-07-14 Thread Florian Sabonchi
Hi I have a patch for bug #6337, in this patch you have the possibility to set in the configuration file the value MAX_LOGIN_ATTEMPTS which sets the number of failed login attempts that are allowed. If this value is exceeded the account is locked and can be reset by an administrator. By setting

[pgAdmin][Patch] - Housekeeping #6584 - [React] Port Collation node to react

2021-07-14 Thread Yogesh Mahajan
Hi, Please find the attached patch for collation dialogue. Thanks, Yogesh Mahajan EnterpriseDB RM6584_v1.patch Description: Binary data