Thread: pgAdmin 4 commit: Fixed an issue when the user creates a temporary tabl

pgAdmin 4 commit: Fixed an issue when the user creates a temporary tabl

From
Akshay Joshi
Date:
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(-)