pgAdmin 4 commit: Ensure that the original file format should be retain

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 the original file format should be retain
Date: 2020-08-03 07:48:21
Message-ID: E1k2VCn-0005eW-VV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the original file format should be retained when saving the same file in SQL editor. Fixes #3767

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=43e127de3167311c4e65654cd1a6f2059ea14d50
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 1 +
web/pgadmin/misc/file_manager/__init__.py | 7 +++++++
web/pgadmin/tools/sqleditor/__init__.py | 12 +++++++++++-
3 files changed, 19 insertions(+), 1 deletion(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-03 07:48:47 Re: [pgAdmin][Patch] RM3767 - pgAdmin4 loses the file format
Previous Message Akshay Joshi 2020-08-03 07:26:05 Re: [pgAdmin4][Patch] - SonarQube Issues - 12 (String literals should not be duplicated)