Autocomplete breaks after Where statement
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
### Description
There is still a bug in autocomplete. Steps to replicate:
1. Have two tables to join with aliases each. Fill the columns of interest in the Select clause.
2. When you come to WHERE clause, if you have the first condition such as bn.column_name the autocomplete works.
3. But add another condition with AND and the autocomplete breaks for everywhere in the whole query.
### DBeaver Version
Version 23.1.0.202306041918
### Operating System
MacOS Ventura 13.3.1 (a)
### Database and driver
Snowflake
select current_version():
7.18.1
Driver version:
3.13.6
### Steps to reproduce
1. Have two tables to join with aliases each. Fill the columns of interest in the Select clause.
2. When you come to WHERE clause, if you have the first condition such as bn.column_name the autocomplete works.
3. But add another condition with AND and the autocomplete breaks for everywhere in the whole query.
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.