dbcli / dbcli/litecli

Enable completion suggestion after SELECT based on the tables

Đang mở
#98 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
3.3k
Fork
95
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.