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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow a value of 0 rows per page to mean "no paging".
Date: 2016-06-16 08:57:46
Message-ID: E1bDT7S-0005uW-SW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-06-16 09:01:32 PATCH: To fix error displaying bytea field (pgAdmin4)
Previous Message Dave Page 2016-06-16 08:03:21 Re: Patches