Closed juancarlis closed 5 months ago
Can you try downgrading vim-dadbod and see if it works then? Try going at least 10 commits to past.
In fact, reverting back one commit solved the issue 🤦♂️. Thank you for the suggestion!
@juancarlis issue should be now fixed in vim-dadbod. Can you verify and close this if it is fixed?
Fixed! Thanks for the help.
Description
I'm experiencing issues with connecting to my MSSQL server using vim-dadbod-ui. The connection was working previously, but now it consistently fails with the error: DB: ' ' executable not found.
My Environment
OS: Ubuntu via WSL2 on Windows 11
Info
sqlcmd
installed and in pathsqlcmd
has access to the db using the command lineMy config:
I have tried the following steps without success:
Reverting to previous commits of vim-dadbod-ui Reinstalling sqlcmd Creating a minimal Neovim configuration to isolate the issue Ensuring all dependencies are up-to-date Request for Help Could you please help me troubleshoot this issue or provide guidance on what might be going wrong? Thank you!