kristijanhusak / vim-dadbod-ui

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

Only one column is shown in drawer #282

Closed wilsonchen719 closed 1 week ago

wilsonchen719 commented 2 weeks ago

Hi, Just want to say that the plugin is sick! I'm playing around with it for several days nonstop! I'm not very familiar with issues/bugs reporting in open source/Neovim community, so please pardon me if I didn't follow any reporting convention. Please let me know and I will add more information required or close the issue.

Everything works perfect with SQLite but when I connect to my company mssql database. No matter what kind of queries, the result in drawer only shows one column. There's no error message returned from dadbod nor dadbod-ui.

Here's messages from enabling g.db_ui_debug. Hope this information also help.

image

image

wilsonchen719 commented 1 week ago

Somehow the issue disappears when I connect to the database again.