Thread: pgAdmin 4 commit: Fixed data truncation issue when updating the data of

pgAdmin 4 commit: Fixed data truncation issue when updating the data of

From
Akshay Joshi
Date:
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(-)