kristijanhusak / vim-dadbod-ui

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

Issue with sqlserver #150

Closed juancarlis closed 1 year ago

juancarlis commented 1 year ago

Hi, After updating packages I've got this issue when opening sqlserver dbs:

Error detected while processing function <SNR>107_method[2]..55[30]..58[10]..59[5]..63[6]..db_ui#schemas#query:
line    1:
E118: Too many arguments for function: db#systemlist
Error detected while processing function <SNR>107_method[2]..55[30]..58[10]..59[5]..63[6]..<lambda>3[1]..<SNR>105_results_parser:
line    2:
E896: Argument of filter() must be a List, Dictionary or Blob
Press ENTER or type command to continue
salkrr commented 1 year ago

Yep. I have same issue with postgres. Though nothing really changed in this plugin since October.

salkrr commented 1 year ago

The problem seems to be with the recent changes in vim-dadbod: the api of function db#systemlist was changed (it now takes only one argument). The problem went away when I rolled it back to commit b21461d6d0021fb997c29732407ff392370a10fe.

juancarlis commented 1 year ago

That worked. Thanks!