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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Do flush the changes done after creating the require
Дата
Msg-id E1ZeGSX-0001yi-Kf@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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(+)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin III commit: When pgAdmin is used with multiple monitors on OSX,
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: pgadmin4 setup.py, first time run