Обсуждение: pgAdmin 4 commit: Do flush the changes done after creating the require

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Do flush the changes done after creating the require

От
Ashesh Vashi
Дата:
Do flush the changes done after creating the require tables. Because -
it causes an issue performing DDL operations without sending DML to the
database, flush(..) does the job for us, it sends those operations to
the database without committing it.

And, this was causing the issue in current implemenation, while setting
'Administrator' role to the given email-id after the create_role, and
create_user operations during setup.

Branch
------
master

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

Modified Files
--------------
web/setup.py |    1 +
1 file changed, 1 insertion(+)