Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ MssqlFileHistory
Class
MssqlFileHistory
mssqlcli/mssql_cli.py:85–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
85
class
MssqlFileHistory(FileHistory):
86
def
append_string(self, string):
87
if
security_words_found_in(string):
88
return
89
90
super(MssqlFileHistory, self).append_string(string)
91
92
93
class
MssqlCli(object):
Callers
2
test_history_file_not_store_credentials
Method · 0.90
run
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_history_file_not_store_credentials
Method · 0.72