(self)
| 20 | logger.warning(warnMsg) |
| 21 | |
| 22 | def getCurrentDb(self): |
| 23 | warnMsg = "on Mckoi it is not possible to get name of the current database" |
| 24 | logger.warning(warnMsg) |
| 25 | |
| 26 | def isDba(self, user=None): |
| 27 | warnMsg = "on Mckoi it is not possible to test if current user is DBA" |
no outgoing calls
no test coverage detected