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 · 2 comments
Open

No column completion for sqlite on Windows #63

mihaifm opened this issue May 6, 2024 · 2 comments
Labels
bug Something isn't working

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.

Copy link

stale bot commented Jan 31, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stalled label Jan 31, 2025
@kristijanhusak kristijanhusak added bug Something isn't working and removed stalled labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants