pgAdmin 4 commit: Allow a value of 0 rows per page to mean "no paging".

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow a value of 0 rows per page to mean "no paging".
Дата
Msg-id E1bDT7S-0005uW-SW@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow a value of 0 rows per page to mean "no paging". Allow rows to be added on any page.

Fixes #1356

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f9393aee4488c5f35eece0d2884ccf90ff13d7bf
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py            |   5 +-
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 218 +++++++++++++++------
web/pgadmin/utils/preferences.py                   |   4 +
3 files changed, 171 insertions(+), 56 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Patches
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: To fix error displaying bytea field (pgAdmin4)