Hi,
Please find the attached patch for collation dialogue.
Thanks,
Yogesh Mahajan
EnterpriseDB
RM6584_v1.patch
Description: Binary data
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
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
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