sqls.nvim
sqls.nvim copied to clipboard
Neovim plugin for sqls that leverages the built-in LSP client
Hi, Thanks for this plugin. Everything is working for me, however I cannot switch databases with `:SqlsSwitchDatabase`. After selection the number of the desired database, nothing happens, I don't get...
Hello, thanks for a great plugin. I have a lot of similar databases and it would be great to know to which db I'm connected to. It could be some...
I often select queries in visual mode, but I am now getting the following error on Neovim 0.6.1. Regular queries execute appropriately: ``` E5108: Error executing lua ...lar/neovim/0.6.1/share/nvim/runtime/lua/vim/lsp/util.lua:1909: attempt to...
It mostly feels convenient to have multiple queries on the same file, but having to visually select a query to run just one is a pain. It would be more...
When I attempt to use CASE in a query, the server shuts down right after I type the word. Expected behavior: After typing ```SELECT CASE W```, there should be suggestions...
Sometimes I run more than one complex query and after a while navigating their output may become hard if I forget which query corresponds to which output. Is it possible...
execute sql select * from sys_menu where name = '中文'; or select * from sys_menu where like = '%中文%'; sqls: Error 1064: You have an error in your SQL syntax;...
 I currently use AstroNvim and the server is always emitting the "no database connection" error message on start, but the server does work regardless....
I'm having an interesting problem. I know I'm connecting to the database just fine (because I can change a DB parameter to make it fail and then revert back). Also,...