dbcli / dbcli/litecli

Enable completion suggestion after SELECT based on the tables

Open
#98 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3.3k
Forks
95
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.