-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Version 4.7.1
OS: Ubuntu 22.04 (fix level Mar 21, 2024, no Ubuntu Pro)
Partial auto/code completion works inconsistent (or … I messed with some setting 🤔).
Entities/table names are always extended based on the entries in the list.
Attributes/column names are only extended based on the entries in the list, when aliased.
- table names (assume actual table list is
hungry
,hello_there
andhello_all
)- 😃
he
is extended tohello_
upon pressingCtrl-Space
and it does not matter, if there is a leadingselect * from
, a schema name or nothing—it just works
- 😃
- column names (assume actual column list is
byebye
,greetings
andgreatness
)- 😞
g
(without leading alias) is deleted upon pressingCtrl-Space
(although the list shows both entries starting withg
)
expected behavior (like in20231211_2128
):g
is extended togre
upon pressingCtrl-Space
- 😄
x.g
(with leading alias) is extended tox.gre
upon pressingCtrl-Space
- 😞
Metadata
Metadata
Assignees
Labels
No labels