pgAdmin 4 commit: Query tool efficiency.Convert the data as a 2D array

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Query tool efficiency.Convert the data as a 2D array
Date: 2017-03-01 11:33:59
Message-ID: E1cj2W7-0002pq-3N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Query tool efficiency.Convert the data as a 2D array instead of dict. Fixes #2036
Incremental back off when polling. Fixes #2038

Initial Patch By: Dave Page

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=480e00fddf444b9355613ae80277c5c47a8fe46a
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../static/js/slickgrid/slick.pgadmin.editors.js | 30 +--
web/pgadmin/tools/debugger/__init__.py | 22 +-
web/pgadmin/tools/sqleditor/__init__.py | 61 ++++--
web/pgadmin/tools/sqleditor/command.py | 42 +++-
.../sqleditor/templates/sqleditor/js/sqleditor.js | 241 +++++++++++++++------
web/pgadmin/utils/driver/psycopg2/__init__.py | 68 ++++--
6 files changed, 331 insertions(+), 133 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-03-01 11:36:38 Re: [pgAdmin4][PATCH] SlickGrid result set format efficiency
Previous Message Dave Page 2017-03-01 10:03:46 pgAdmin 4 commit: Ignore Visual Studio code editor files.