vim-dadbod-completion icon indicating copy to clipboard operation
vim-dadbod-completion copied to clipboard

Database autocompletion powered by https://github.com/tpope/vim-dadbod

Results 16 vim-dadbod-completion issues
Sort by recently updated
recently updated
newest added

Please add support for completion with coq.nvim.

enhancement

Dear @kristijanhusak I was wondering if it could be at all possible to be able to have lsp completion in files other than sql. Would be really nice to be...

enhancement

I have included cassandra support for completions. Kindly add the support for cql in coc-db as it is not supported yet. Currently using sql as filetype for cassandra. Checkout the...

enhancement

I don't know why I keep getting this error: ``` Error executing Lua callback: .../share/nvim/lazy/lazy.nvim/lua/lazy/core/handler/cmd.lua:45: function db_ui#find_buffer[25]..59[19]..FileType Autocomm ands for "mysql"..function vim_dadbod_completion#fetch[16]..80_get_buffer_db_info[8]..db#connect, line 29: DB exec error: /usr/bin/mysql: Deprecat ed...

In neovim with cmdheight=0 this forces a hit-enter-prompt. I'd like the option to disable (or redirect) messages rather than echoing them.

enhancement

This might already exist but I get a huge list of SQL keywords and sometimes the DB specific values (table names, column names, etc..) get buried in them. Is there...

enhancement

Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.4. Release notes Sourced from debug's releases. 4.3.4 What's Changed Add section about configuring JS console to show debug messages by @​gitname in debug-js/debug#866 Replace...

stalled
dependencies

Hi, I'm having a similar problem as in this issue https://github.com/kristijanhusak/vim-dadbod-completion/issues/25, but in my case it's not because there is a table with the same name as the alias. For...

The configuration syntax in the readme file seems to be outdated, and after changing it to: ```vim call ddc#custom#patch_filetype(['sql', 'mysql', 'plsql'], #{ sources: ['dadbod-completion']}) call ddc#custom#patch_filetype(['sql', 'mysql', 'plsql'], #{ \...