[pgAdmin][RM5210] pgAdmin4 silently truncates text larger than underlying field size

From: navnath gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM5210] pgAdmin4 silently truncates text larger than underlying field size
Date: 2020-04-14 11:03:09
Message-ID: CAOAJCYrUNUB=33N_wnJQ3LUECPo0V6Ybriv5zNBeS57ddS6L0w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello Hackers,
Please find the attached patch for below fixes:

- Added validation for table row data that should not be larger than the
field size.
- Rearrange the existing functions to add validation.
- Added test cases.

Regards,
Navnath Gadakh

Attachment Content-Type Size
rm_5210_v1.patch application/octet-stream 10.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2020-04-14 11:10:27 Re: [pgAdmin][RM5210] pgAdmin4 silently truncates text larger than underlying field size
Previous Message Shubham Agarwal 2020-04-14 10:31:39 [pgAdmin4 - Bug #5387]