(completer: SQLCompleter, executor: SQLExecute)
| 167 | |
| 168 | @refresher("character_sets") |
| 169 | def refresh_character_sets(completer: SQLCompleter, executor: SQLExecute) -> None: |
| 170 | completer.extend_character_sets(executor.character_sets()) |
| 171 | |
| 172 | |
| 173 | @refresher("collations") |
nothing calls this directly
no test coverage detected