mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Support for external tables in GPDB. Fixes #3168
This commit is contained in:
committed by
Dave Page
parent
92a0bb605d
commit
427314cfdf
@@ -438,6 +438,7 @@ def poll(trans_id):
|
||||
conn.execute_void("ROLLBACK;")
|
||||
|
||||
st, result = conn.async_fetchmany_2darray(ON_DEMAND_RECORD_COUNT)
|
||||
|
||||
if st:
|
||||
if 'primary_keys' in session_obj:
|
||||
primary_keys = session_obj['primary_keys']
|
||||
|
||||
Reference in New Issue
Block a user