pgAdmin 4 commit: Fixed an issue when uploading a CSV throwing an error

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue when uploading a CSV throwing an error
Date: 2022-02-04 09:51:22
Message-ID: E1nFvFS-0006yq-6G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue when uploading a CSV throwing an error in the Desktop mode. Fixes #7150

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=444a364a8d96ecebab2969e2c0a9b4a36b6e6357
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_5.rst | 1 +
web/pgadmin/misc/file_manager/__init__.py | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-02-04 09:51:43 Re: [patch][pgAdmin] RM7150 Error "Not allowed" when uploading a CSV while being in "Desktop mode"
Previous Message Akshay Joshi 2022-02-04 09:22:53 Re: [pgAdmin4][Patch] - PostgreSQL deployment on Amazon RDS