MCPcopy 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
85class 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
93class MssqlCli(object):

Callers 2

runMethod · 0.85

Calls

no outgoing calls