Hello Rahul,
This issues looks like it is located in the file
pgadmin/tools/sqleditor/__init__.py in the function save_file
Maybe around the code:
# generate full path of file
file_path = unquote(file_data['file_name'])
if hasattr(str, 'decode'):
file_path = unquote(
file_data['file_n
I am new to the codebase of pgAdmin4 and I am trying to work on this
Feature.
https://redmine.postgresql.org/issues/1998
which appends .sql to files when using the feature "Save" or "Save As"
Which files or folders I should be mostly grasping or looking at ?