pgAdmin 4 commit: Fix exception in query history for python 2.7. Fixes - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix exception in query history for python 2.7. Fixes
Date
Msg-id E1i3Xnu-00032F-Lh@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Add Reverse Engineered SQL tests for Schemas. Fixes #
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4663] Query history throws python exception on python 2.7