dbcli / dbcli/litecli

Enable completion suggestion after SELECT based on the tables

Aperta
#98 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
3.3k
Fork
95
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.