dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Interactive mode crashes on open quotes and comments #386

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

mssql-cli crashes with AttributeError: 'QueryExecuteErrorResponseEvent' object has no attribute 'batch_summaries' whenever a query is attempted with an unfinished quote (i.e. 'open quote) or comment (i.e. /* open comment).

ellbosch commented 4 years ago

Non-issue: only happens in unmerged branch.