Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No column completion for sqlite on Windows #63

Open
mihaifm opened this issue May 6, 2024 · 1 comment
Open

No column completion for sqlite on Windows #63

mihaifm opened this issue May 6, 2024 · 1 comment

Comments

@mihaifm
Copy link

mihaifm commented May 6, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants