(completer: SQLCompleter, executor: SQLExecute)
| 172 | |
| 173 | @refresher("collations") |
| 174 | def refresh_collations(completer: SQLCompleter, executor: SQLExecute) -> None: |
| 175 | completer.extend_collations(executor.collations()) |
| 176 | |
| 177 | |
| 178 | @refresher("special_commands") |
nothing calls this directly
no test coverage detected