dbcli/mssql-cli

List index out of range on `\dt` command

Offen

#241 geöffnet am 08.02.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (193 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (1.413 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Found this when testing the 2.0 PR with dbcli-test database:

Version: 0.15.0
Mail: sqlcli@microsoft.com
Home: http://github.com/dbcli/mssql-cli
dbcli_test> \d "SalesLT"."Product"
list index out of range
dbcli_test>

it's also broken in master, so not related to the prompt-toolkit upgrade.

Contributor Guide