pgAdmin 4 commit: Allow a value of 0 rows per page to mean "no paging". - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow a value of 0 rows per page to mean "no paging".
Date
Msg-id E1bDT7S-0005uW-SW@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: Patches
Next
From: Murtuza Zabuawala
Date:
Subject: PATCH: To fix error displaying bytea field (pgAdmin4)