kristijanhusak / vim-dadbod-completion

Database autocompletion powered by https://github.com/tpope/vim-dadbod
MIT License
623 stars 24 forks source link

No column completion for sqlite on Windows #63

Open mihaifm opened 5 months ago

mihaifm commented 5 months ago

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, but for columns it's saying Fetching columns for table Users..Done and not much else.

I'm using nvim-cmp in Neovim, I followed your setup here: https://github.com/kristijanhusak/neovim-config/blob/master/nvim/lua/partials/plugins/db.lua https://github.com/kristijanhusak/neovim-config/blob/master/nvim/lua/partials/plugins/completion.lua#L93-L106

Any suggestions?

nekowasabi commented 4 months ago

The same phenomenon occurs in coc.nvim and postgresql. Tables, SELECT and INSERT can be completed, but only column names cannot be completed.

It would be great if you could confirm this.