File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
web/pgadmin/tools/sqleditor Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1486,9 +1486,6 @@ def save(trans_id):
14861486 session_obj ['columns_info' ],
14871487 session_obj ['client_primary_key' ],
14881488 conn )
1489- # trans_obj.set_thread_native_id(None)
1490- # session_obj['command_obj'] = pickle.dumps(trans_obj, -1)
1491- # update_session_grid_transaction(trans_id, session_obj)
14921489 else :
14931490 status = False
14941491 res = error_msg
@@ -1848,11 +1845,6 @@ def check_and_upgrade_to_qt(trans_id, connect):
18481845
18491846 if 'gridData' in session and str (trans_id ) in session ['gridData' ]:
18501847 data = pickle .loads (session ['gridData' ][str (trans_id )]['command_obj' ])
1851- session ['gridData' ][str (trans_id )] = {
1852- # -1 specify the highest protocol version available
1853- 'command_obj' : pickle .dumps (data , - 1 )
1854- }
1855-
18561848 if data .object_type in ['table' , 'foreign_table' , 'view' , 'mview' ]:
18571849 manager = get_driver (PG_DEFAULT_DRIVER ).connection_manager (
18581850 data .sid )
You can’t perform that action at this time.
0 commit comments