dbcli/mssql-cli

List index out of range on `\dt` command

开放

#241 创建于 2019年2月8日

 (0 条评论) (0 个反应) (0 位负责人)Python (193 个派生)auto 404
good first issue

仓库指标

星标
 (1,413 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南