pgAdmin 4 commit: Fixed an issue where an empty SQLite database file is

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 where an empty SQLite database file is
Date: 2021-07-30 10:14:51
Message-ID: E1m9PXX-00082A-Ss@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where an empty SQLite database file is created when try to get the version.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=23265061b21ec0b256c17a5299199e19d9c10fd2

Modified Files
--------------
web/pgadmin/__init__.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Semab Tariq 2021-07-30 10:40:16 PFA: Patch to generate universal(arm64, x86_64) binaries for macOS
Previous Message Akshay Joshi 2021-07-30 09:24:47 Re: [pgAdmin][RM-6592]: [React] Port Materialized View node to react