dbcli/mssql-cli

List index out of range on `\dt` command

Open

#241 opened on Feb 8, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (193 forks)auto 404
good first issue

Repository metrics

Stars
 (1,413 stars)
PR merge metrics
 (PR metrics pending)

Description

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