pgAdmin 4 commit: Ensure that text larger than underlying field size sh

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that text larger than underlying field size sh
Date: 2020-04-16 09:56:58
Message-ID: E1jP1GU-0004sU-2p@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that text larger than underlying field size should not be truncated automatically. Fixes #5210

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0a2f1f24dfde8272dca4ff77eda25cad28b3ea8
Author: navnath gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
web/pgadmin/tools/sqleditor/__init__.py | 19 -----
.../utils/tests/test_save_changed_data.py | 98 +++++++++++++++++++++-
3 files changed, 98 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-16 09:57:18 Re: [pgAdmin][RM3947] Fixes related rows copy-paste in Query Tool.
Previous Message navnath gadakh 2020-04-16 09:10:46 Re: [pgAdmin 4 - Housekeeping #5255] Implement Selenium Grid using multi-threading & solenoid using current test framework