Enable completion suggestion after SELECT based on the tables
オープン
- 主要言語
- Python
- スター
- 3.3k
- フォーク
- 95
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。