pgAdmin 4 commit: Fix query history exception for Python 3.6. Fixes #47

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix query history exception for Python 3.6. Fixes #47
Date: 2019-09-16 13:39:33
Message-ID: E1i9rE5-000188-GG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix query history exception for Python 3.6. Fixes #4750.

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-16 13:40:40 Re: [pgAdmin4][RM#4750] Query tool history throws an error for encoding
Previous Message Akshay Joshi 2019-09-16 13:28:37 pgAdmin 4 commit: Fix SQL issue of length and precision when changing t