kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.36k stars 70 forks source link

No output for sqlserver #246

Open Tired-Fox opened 1 month ago

Tired-Fox commented 1 month ago

I am using sqlserver to connect to a MS SQL database. I try running a simple select on a table and the response in the UI is blank. If I run the command manually in the terminal I get a response.

No results in ui: SELECT TOP (20) * FROM <db>.<schema>.<table> Works in cli: sqlcmd -S <server> -E -Q "SELECT TOP (20) * FROM <db>.<schema>.<table>"

NVIM v0.10 Windows 10