walkabout21
walkabout21
I don't necessarily need the extension to be .sql, but setting the filetype to sql would be helpful. I currently set the filetype manually.
Really interested in this feature. I can use Atom for just about everything, including sqlplus development with builds, but generally jump out to SQL Developer for navigating the db and...
hfcc.nvim has an interface for a hosted open assistant model at huggingface. It doesn't have as robust of a feature set so it would be great if huggingface chat could...
@SergioShz have you tested using pass with the ui when creating a new connection? I've set up the connections with dadbod in my init before, but I wanted to be...
We need this feature in order to implement sso login based fine grain access controls
@tpope I have a working implementation of a sqlcl adapter but I was wondering about naming convention before I submit a PR. Using an underscore like oracle_sqlcl breaks the adapter...
I'm open to suggestions. It seemed the most straightforward way, especially if it needed to be implemented later in a downstream plugin like dadbod-ui.
The connect strings and base commands are the same so I guess the oracle adapter could just test for the sqlcl binary and then default to sqlplus if not found....
Unfortunately the runtime isn't tested until after the adapter is picked up in adapter.vim, so checking the runtime at the oracle adapter and switching the cmd doesn't seem feasible. The...
Admittedly I am not a vimscript dev, but my understanding of the code is that the command is set by calling the functions in oracle.vim, the executable is checked at...