Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ select_db
Method
select_db
test/pytests/test_client_connection.py:527–528 ·
view source on GitHub ↗
(self, dbname: str)
Source
from the content-addressed store, hash-verified
525
raise
effect
526
527
def
select_db(self, dbname: str) -> None:
528
self.select_db_calls.append(dbname)
529
530
531
class
FakeReconnectSQLExecute:
Callers
2
change_db
Method · 0.45
reconnect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected