Replies: 1 comment
-
|
Due to my lack of knowledge with lua and GO this was probably no issue to begin with. Rewriting relevant code, running new build with go-mssqldb/azuread and replacing the binary solved everything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First off I must say that I am incredibly impressed by this plugin! Keep up the great work.
Now over to my issue.
I need to alter, or implement my own custom adapter for that matter, the original sqlserver adapter to use "github.com/microsoft/go-mssqldb/azuread" to be able to pass fedath=ActiveDirectoryAzCli in the connection string to use nvim-dbee with my sql server in Azure, and for the life of me I cannot get this to work correctly by altering the sqlserver adapter and/or driver directly. After many tries it always ends up with giving me this error message even though I have tried hardcoding the connection strings in both the adapter and driver:
I have written my first(!) GO program which actually works after running
az loginin my terminal session, but I am struggling to implement this into nvim-dbee. Could someone help me figure out this problem?Beta Was this translation helpful? Give feedback.
All reactions