Merging upstream version 1.27.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f9b72e95f7
commit
c3fea970b3
18 changed files with 474 additions and 94 deletions
|
@ -19,7 +19,7 @@ def test_ctor(refresher):
|
|||
assert len(refresher.refreshers) > 0
|
||||
actual_handlers = list(refresher.refreshers.keys())
|
||||
expected_handlers = ['databases', 'schemata', 'tables', 'users', 'functions',
|
||||
'special_commands', 'show_commands']
|
||||
'special_commands', 'show_commands', 'keywords']
|
||||
assert expected_handlers == actual_handlers
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue