MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / save

Method save

web/pgadmin/tools/sqleditor/command.py:396–399  ·  view source on GitHub ↗
(self, changed_data, default_conn=None)

Source from the content-addressed store, hash-verified

394 return all_sorted_columns
395
396 def save(self, changed_data, default_conn=None):
397 return forbidden(
398 errmsg=gettext("Data cannot be saved for the current object.")
399 )
400
401 def get_limit(self):
402 """

Callers 3

saveFunction · 0.45
set_filter_dataFunction · 0.45
add_query_historyFunction · 0.45

Calls 2

forbiddenFunction · 0.90
gettextFunction · 0.85

Tested by

no test coverage detected