pgAdmin 4 commit: Fixed an issue when the user creates a temporary tabl - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue when the user creates a temporary tabl
Date
Msg-id E1jQWl8-0004sl-RZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue when the user creates a temporary table with 'on commit drop as' clause. Fixes #4946

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f282b2688397e461fcc181befcb18970f3ba280f
Author: Amol Vyavahare <amol.vyavahare@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
.../utils/is_query_resultset_updatable.py          |  5 +-
.../tests/test_is_query_resultset_updatable.py     | 87 +++++++++++++++-------
3 files changed, 66 insertions(+), 27 deletions(-)


pgadmin-hackers by date:

Previous
From: Neel Patel
Date:
Subject: Re: RM4292 - Dark mode support for Windows/macOS
Next
From: Akshay Joshi
Date:
Subject: Re: pgAdmin 4 - next gettext usage fixes