Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ set_dbname
Method
set_dbname
mycli/sqlcompleter.py:1157–1158 ·
view source on GitHub ↗
(self, dbname: str | None)
Source
from the content-addressed store, hash-verified
1155
self.all_completions.update(elt[0])
1156
1157
def
set_dbname(self, dbname: str | None) -> None:
1158
self.dbname = dbname or
''
1159
1160
def
load_schema_metadata(
1161
self,
Callers
15
_make_completer
Function · 0.95
make_mycli
Function · 0.95
completer
Function · 0.95
empty_completer
Function · 0.95
fk_completer
Function · 0.95
test_fk_reserved_column_names_are_escaped
Function · 0.95
test_copy_other_schemas_from_preserves_non_current_metadata
Function · 0.95
test_copy_other_schemas_from_does_not_overwrite_existing_dest
Function · 0.95
refresh_schemata
Function · 0.80
refresh_completions
Method · 0.80
test_populate_scoped_cols_unloaded_schema_returns_star
Function · 0.80
test_get_completions_after_use_switch_before_refresh
Function · 0.80
Calls
no outgoing calls
Tested by
15
_make_completer
Function · 0.76
make_mycli
Function · 0.76
completer
Function · 0.76
empty_completer
Function · 0.76
fk_completer
Function · 0.76
test_fk_reserved_column_names_are_escaped
Function · 0.76
test_copy_other_schemas_from_preserves_non_current_metadata
Function · 0.76
test_copy_other_schemas_from_does_not_overwrite_existing_dest
Function · 0.76
test_populate_scoped_cols_unloaded_schema_returns_star
Function · 0.64
test_get_completions_after_use_switch_before_refresh
Function · 0.64
test_columns_available_once_schema_loads
Function · 0.64
writer
Function · 0.64