kndndrj / nvim-dbee

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

Some postgresql statements don't have output #60

Closed willruggiano closed 9 months ago

willruggiano commented 9 months ago

For example;

DELETE FROM <table>;

doesn't show anything in the result buffer;

  │ Rows Affected 
──┼───────────────

but the same statement in psql does;

dev=# DELETE FROM <table>;
DELETE <N>