pgAdmin 4 commit: Fixed execution time to show Hours part for long runn

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed execution time to show Hours part for long runn
Date: 2019-01-16 07:28:30
Message-ID: E1gjfck-0002kK-Tt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed execution time to show Hours part for long running queries in Query Tool. Fixes #3475

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dec43d98dc589010b91bb40512fe0f026d6f004f
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst | 1 +
.../js/sqleditor/calculate_query_run_time.js | 33 +++++++++++-----------
.../sqleditor/calculate_query_run_time_spec.js | 23 +++++++++++++++
3 files changed, 41 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-16 07:29:21 Re: [pgAdmin4][RM3475] Execution time for a query or function shows only minutes part and not hour part
Previous Message Harshal Dhumal 2019-01-16 07:24:45 Re: [pgAdmin4] [RM3862] Fix Dialog tabset keyboard navigation