Skip to content
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

httpapi: return rows affected on DELETE & COPY INTO statements #7323

Open
Tracked by #7502
flaneur2020 opened this issue Aug 26, 2022 · 3 comments
Open
Tracked by #7502

httpapi: return rows affected on DELETE & COPY INTO statements #7323

flaneur2020 opened this issue Aug 26, 2022 · 3 comments
Labels
stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed

Comments

@flaneur2020
Copy link
Member

Summary

Screen Shot 2022-08-26 at 19 26 42

after executing this DELETE statement, it should returns 1 rows affected.

@flaneur2020 flaneur2020 changed the title httpapi: return rows affected on DELETE operation httpapi: return rows affected on DELETE & COPY INTO statements Aug 26, 2022
@flaneur2020
Copy link
Member Author

@youngsofun help take a look?

@youngsofun
Copy link
Member

youngsofun commented Aug 26, 2022

I am afraid we can not know the real num of rows DELETEed

COPY into should be ok

@BohuTANG
Copy link
Member

For delete affected rows, cc @dantengsky

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Projects
None yet
Development

No branches or pull requests

3 participants