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 192 forks source link

Empty result but correct number of rows #568

Closed flaushi closed 3 months ago

flaushi commented 3 months ago

I am working on linux.

This screenshot shows my problem perfectly: image

Every query returns "empty" result tables, but the number of returned rows seems correct.

I tried --auto-vertical-output or --row-limit, did not help.

I cannot prove this, but I think the problem exists since this morning, where I started a query that led to an OOM-Event that killed the mssql-cli. But I cannot prove this. I do not want to reboot the system.

flaushi commented 3 months ago

issue solved, rebooting did help (Linux WTF)