pgAdmin 4 commit: Using own version of cursor class to allow us to take

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Using own version of cursor class to allow us to take
Дата
Msg-id E1bOHub-00031L-Cs@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Using own version of cursor class to allow us to take care of the
duplicate name in column description.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py            |  24 ++-
.../sqleditor/templates/sqleditor/js/sqleditor.js  |   2 +-
web/pgadmin/utils/driver/psycopg2/__init__.py      | 105 +++++-----
web/pgadmin/utils/driver/psycopg2/cursor.py        | 213 +++++++++++++++++++++
4 files changed, 283 insertions(+), 61 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin IV : Unittest modular patch
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: PATCH: To fix Timestamps displaying with time as 00:00 (pgAdmin4)