Re: Patch to contribute in pgAdmin to increase the maximum length of the server password

2020-06-15 Thread Mishika Singh
ut of curiosity, what is the use case > where the password is more than 1000 characters ? :O > > On Mon, Jun 15, 2020 at 3:41 PM Mishika Singh wrote: > >> Thanks Aditya for looking into this. I have done the changes noting >> your suggestion to pass the maxLength param for the

Re: Patch to contribute in pgAdmin to increase the maximum length of the server password

2020-06-15 Thread Mishika Singh
t; > > On Mon, Jun 8, 2020 at 12:46 AM Mishika Singh wrote: >> >> Hi Team, >> >> I have created an issue :https://redmine.postgresql.org/issues/5592. >> In pgAdmin4 there is a restriction on the password length while trying >> to connect to the server, the

Patch to contribute in pgAdmin to increase the maximum length of the server password

2020-06-07 Thread Mishika Singh
length. -- Regards Mishika Singh password_length.patch Description: Binary data

Contribute in pgAdmin to remove password length restrictions

2020-05-05 Thread Mishika Singh
followed to contribute. -- Regards Mishika Singh

Error while connecting server on pgAdmin4 (KeyError: 'version')

2020-05-05 Thread Mishika Singh
us, msg = self._initialize(conn_id, **kwargs) File "/pgadmin4/web/pgadmin/utils/driver/psycopg2/connection.py", line 489, in _initialize manager.ver = row['version'] KeyError: 'version' -- Regards Mishika Singh