pgAdmin 4 commit: Attempt to decode database errors based on lc_message

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Attempt to decode database errors based on lc_message
Date: 2017-11-27 11:53:45
Message-ID: E1eJHyr-0003FL-Ui@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Attempt to decode database errors based on lc_messages. Fixes #2806. Fixes #2821

Branch
------
master

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

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-27 11:54:02 Re: [pgAdmin4][Patch]: To decode database errors properly
Previous Message Dave Page 2017-11-27 11:45:57 Re: [pgAdmin4][Patch]: RM #2849 - Allow editing of data on tables with OIDs but no primary key