pgAdmin 4 commit: Initialize (executing the constructor) for the PGNode

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Initialize (executing the constructor) for the PGNode
Дата
Msg-id E1aWMv8-00057t-SD@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Initialize (executing the constructor) for the PGNodeModule needs to be
called while initialing the CollectionNodeModule, as
super(..).__init__(..) does not call __init__ function of all parent
classes. Please refer to method resolution order (MRO) in python for
more information.

This patch also includes some typo resolution in PGNdoeModule. Also,
removed the AddAttr(..) at the moment, because - it is not going
anywhere at the moment.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/collection.py | 17 ++++++++-------
web/pgadmin/browser/utils.py      | 44 +++++++--------------------------------
2 files changed, 17 insertions(+), 44 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Disconnect the database connection only once not ever
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Creating separate .gitignore for runtime, and added t