Merging upstream version 1.6.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4b3dd727fd
commit
12edc19d72
17 changed files with 95 additions and 53 deletions
|
@ -36,7 +36,9 @@ def test_order_by_suggests_cols_with_qualified_table_scope():
|
|||
"SELECT * FROM sch.tabl ORDER BY ", "SELECT * FROM sch.tabl ORDER BY "
|
||||
)
|
||||
assert sorted_dicts(suggestions) == sorted_dicts(
|
||||
[{"type": "column", "tables": [("sch", "tabl", None)]},]
|
||||
[
|
||||
{"type": "column", "tables": [("sch", "tabl", None)]},
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue