kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
618 stars 40 forks source link

Can't see error output for failed queries? #59

Closed willruggiano closed 6 months ago

willruggiano commented 6 months ago

I'm trying out the refactored version of dbee and everything is great! Except I can't figure out how to see the error output for failed queries :/

The result buffer just shows: "Call execution failed after ..."

and the call log just says "state: executing_failed"

The old version of dbee used vim.notify (I think?) to display runtime errors?

kndndrj commented 6 months ago

Thanks for reporting (both issues) Looks like I need to check postgres and error passing a bit more. Thanks for reporting!