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 21 vim-dadbod-completion issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

stalled
dependencies

Hi and thanks for the plugin Just tried it on Windows with a basic sqlite db, but I can't get the column completion to work. Table names complete just fine,...

bug

I've always noticed that my completion never found a certain schema. I think it has something to do with how that specific schema is set up on our DB but...

vim-dadbod-completion cannot represent all the aliases for this query: ```sql select * from race join location start_location on start_location.id = race.start_location_id join location end_location on end_location.id = race.end_location_id where start_location....

Hi, I just setup vim-dadbod-completion, and it works to complete keywords and table names, but doesn't complete field names. If I try to type in ```TableName.``` I get the following...

bug

Hi @kristijanhusak, I'm trying to get this package working with `nvim-cmp` and `vim-dadbod-ui` for a `postgresql` server. I'm running into this bizarre error that seems to pop up when trying...

Hey thanks for the great plugin, I have a question for which I am not sure if this is a bug or the expected behavior. I am using blink.cmp and...

I'm using vim-dadbod-completion with vim-dadbod and sqls for SQL autocompletion. Everything works as expected when editing a psql file inside a vim-dadbod-ui buffer, but when working in a mysql file,...

I have a mysql database with more than 10000 column names but many of them are the same, even the table names are the same, just from another database. Therefore,...