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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed data truncation issue when updating the data of
Дата
Msg-id E1jdBU6-0003d6-6B@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 5481 update is truncating data for typecharacter with length
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin4 v4.22 candidate builds