pgAdmin 4 commit: Fixed data truncation issue when updating the data of - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed data truncation issue when updating the data of
Date
Msg-id E1jdBU6-0003d6-6B@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed data truncation issue when updating the data of type character with length. Fixes #5481

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b1cbcc7ef603205d5fa98a5bfb8d072681659330

Modified Files
--------------
docs/en_US/release_notes_4_22.rst                  |   1 +
.../templates/sqleditor/sql/default/insert.sql     |   2 +-
.../templates/sqleditor/sql/default/update.sql     |   2 +-
.../sqleditor/tests/test_view_data_templates.py    |  12 +-
.../tools/sqleditor/utils/save_changed_data.py     |  13 +-
.../utils/tests/test_save_changed_data.py          | 721 +++++++++++++++++----
6 files changed, 633 insertions(+), 118 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin4][Patch] - RM 5481 update is truncating data for typecharacter with length
Next
From: Akshay Joshi
Date:
Subject: pgAdmin4 v4.22 candidate builds