sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.55k stars 723 forks source link

Handle returning values in update/delete queries #601

Closed sosedoff closed 1 year ago

sosedoff commented 1 year ago

Pgweb will now render the returning values when executing queries like DELETE FROM table WHERE id > xxx RETURNING id (same applies to UPDATE queries).

Fixes #553