pgAdmin 4 commit: Fix exception in query history for python 2.7. Fixes

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix exception in query history for python 2.7. Fixes
Date: 2019-08-30 03:42:26
Message-ID: E1i3Xnu-00032F-Lh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix exception in query history for python 2.7. Fixes #4663

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 1 +
web/pgadmin/tools/sqleditor/utils/query_history.py | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-30 03:42:44 Re: [pgAdmin][RM4663] Query history throws python exception on python 2.7
Previous Message Akshay Joshi 2019-08-29 13:02:21 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Schemas. Fixes #