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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed data truncation issue when updating the data of
Date: 2020-05-25 11:41:34
Message-ID: E1jdBU6-0003d6-6B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-25 13:24:33 pgAdmin4 v4.22 candidate builds
Previous Message Aditya Toshniwal 2020-05-25 11:23:37 Re: [pgAdmin4][Patch] - RM 5481 update is truncating data for type character with length