Log 'message' at INFO level, prefixed wih the protocol name of this connection.
(self, message)
| 1032 | ) |
| 1033 | |
| 1034 | def log_client(self, message): |
| 1035 | """Log 'message' at INFO level, prefixed wih the protocol name of this connection.""" |
| 1036 | LOG.info(u"minimal_{0}: {1}".format(self.get_test_protocol(), message)) |
| 1037 | |
| 1038 | def execute(self, sql_stmt, user=None, fetch_profile_after_close=False, # noqa: U100 |
| 1039 | fetch_exec_summary=False, # noqa: U100 |
no test coverage detected