Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_db
Function · 0.45
drop_tables
Function · 0.45
create_db
Function · 0.45
drop_db
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected