Re: [pgAdmin4][Patch]: Remove limit of 4000 characters from Textarea

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: Remove limit of 4000 characters from Textarea
Date: 2017-11-21 11:02:49
Message-ID: CA+OCxoxkpa35fXjhiK3yZF5qfXpScPVre8DTqmq5M5wWCZ8uoA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Tue, Nov 21, 2017 at 7:27 AM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hi,
>
> PFA patch to fix the issue where we have hard coded limit of 4000
> characters in Backform Textarea control, with new implementation we won't
> limit input unless and until maxlength is provided in particular field.
> RM#2877
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-21 11:32:30 pgAdmin 4 commit: Quote the owner name when creating types. Fixes #2787
Previous Message Dave Page 2017-11-21 11:02:24 pgAdmin 4 commit: Remove the artificial limit of 4000 characters from t