pgAdmin 4 commit: Fixed an issue where the create_app() function was ca

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 the create_app() function was ca
Date: 2022-07-01 09:35:39
Message-ID: E1o7D3r-00068s-9Y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the create_app() function was called twice if an SQLite database file was not present.
Remove the exec call to run the 'setup.py' instead call the setup database function directly.

Branch
------
master

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

Modified Files
--------------
web/pgAdmin4.py | 14 +++++---------
web/setup.py | 7 +++----
2 files changed, 8 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-01 09:35:59 Re: Bug #7523 Typo error for Statistics
Previous Message Aditya Toshniwal 2022-07-01 08:37:56 Re: [pgAdmin][patch] Theme component usage fix