Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Handle returning values in update/delete queries#601

Merged
sosedoff merged 2 commits intomasterfrom
update-delete-with-returning-values
Dec 6, 2022
Merged

Handle returning values in update/delete queries#601
sosedoff merged 2 commits intomasterfrom
update-delete-with-returning-values

Conversation

@sosedoff
Copy link
Owner

@sosedoff sosedoff commented Dec 6, 2022

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

@sosedoff sosedoff merged commit 5228eca into master Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DELETE with RETURNING goes not give the returned rows, just a summary?

1 participant