-
Notifications
You must be signed in to change notification settings - Fork 97
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 data is being shown when querying #281
Comments
What does it happen when you do this in cmdline while that buffer is opened?
Also, some system information would be useful, system, Vim/Neovim, etc. |
Sorry for the long reply, but executing Could this be a configuration issue from my side? I'm using LazyVim btw. |
Could be. Give me all the setup that you do for vim-dadbod-* |
https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/lang/sql.lua |
Removing this line should make it work: If you leave it on |
No data is being shown when I query my database using this plugin.
I can confirm that i'm connected, and my tables are shown along with each field and their data types.
I've tested the same query, with the same db connection in pgadmin4 and psql, and I can confirm i'm getting data.
Here's how it looks after I do
:w
to execute query:The text was updated successfully, but these errors were encountered: