(self)
| 15 | logger.warning(warnMsg) |
| 16 | |
| 17 | def getCurrentDb(self): |
| 18 | warnMsg = "on SQLite it is not possible to get name of the current database" |
| 19 | logger.warning(warnMsg) |
| 20 | |
| 21 | def isDba(self, user=None): |
| 22 | warnMsg = "on SQLite the current user has all privileges" |
no outgoing calls
no test coverage detected