dbcli / dbcli/litecli

Enable completion suggestion after SELECT based on the tables

Ouverte
#98 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
3.3k
Forks
95
Métriques de merge des PR
Aucune PR mergée en 30 j

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.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.