Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd5b52 commit 4bf1fcbCopy full SHA for 4bf1fcb
1 file changed
plugins/dbms/mssqlserver.py
@@ -195,7 +195,8 @@ def checkDbms(self):
195
196
197
def getPrivileges(self):
198
- warnMsg = "on MySQL is it not possible to fetch database users privileges"
+ warnMsg = "on Microsoft SQL Server it is not possible to fetch "
199
+ warnMsg += "database users privileges"
200
logger.warn(warnMsg)
201
202
return {}
0 commit comments