pgAdmin 4 commit: Fixed cannot unpack non-iterable response object erro

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed cannot unpack non-iterable response object erro
Date: 2021-03-31 06:38:08
Message-ID: E1lRUUS-0005ax-9a@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed cannot unpack non-iterable response object error when selecting any partition. Fixes #6344

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=07f2df7e664d656018e3317765b0cd6ad6d43ab9

Modified Files
--------------
docs/en_US/release_notes_5_2.rst | 1 +
.../schemas/tables/templates/partitions/sql/pg/12_plus/properties.sql | 4 ++--
.../servers/roles/templates/roles/sql/9.1_plus/properties.sql | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2021-03-31 08:08:36 Re: CLI for Schema Diff
Previous Message Dave Page 2021-03-30 15:48:32 Re: OAUTH2 implementation