MCPcopy Index your code
hub / github.com/dbcli/pgcli / execute

Method execute

tests/test_pgexecute.py:753–755  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

751 self.statusmessage = "Error"
752
753 def execute(self, *args, **kwargs):
754 self.protocol_error = True
755 self.protocol_message = "Command not supported"
756
757
758@dbtest

Callers 4

create_dbFunction · 0.45
drop_tablesFunction · 0.45
create_dbFunction · 0.45
drop_dbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected