Enable completion suggestion after SELECT based on the tables
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 3.3k
- Forks
- 95
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
If you open the chinook db and run the following command
```
select artists.name,albums.title from artists,albums where artists.`ArtistId` = albums.`ArtistId`
```
litecli will only suggest completions for `artist.` and `albums.` after the `where`, but not after the `select`. That means, the `artists.name,albums.title` have to be typed characters by character without completion help.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.