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

2020-08-05 Thread Murtuza Zabuawala
Hi Yogesh, I see one problem with the given solution, if a user opens two files from two different locations with the same name but with different encoding then the backend dict mapper (filename -> encoding) will be overridden by the later filename. -- Regards, Murtuza Zabuawala *EDB* *POWER TO

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

2020-08-03 Thread Akshay Joshi
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 Modified Files -