Skip to content

Commit cd54aaa

Browse files
committed
Fix View Data second execution.
1 parent 048cf1a commit cd54aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/pgadmin/tools/sqleditor/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,7 @@ def start_view_data(trans_id):
923923
update_session_grid_transaction(trans_id, session_obj)
924924

925925
if trans_obj.server_cursor:
926+
conn.release_async_cursor()
926927
conn.execute_void("BEGIN;")
927928

928929
# Execute sql asynchronously

0 commit comments

Comments
 (0)