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

feat: UpdateResult returns affected rows in mysql #5628

Merged
merged 1 commit into from Mar 11, 2020
Merged

feat: UpdateResult returns affected rows in mysql #5628

merged 1 commit into from Mar 11, 2020

Conversation

weeix
Copy link
Contributor

@weeix weeix commented Mar 6, 2020

Set 'affected' property for 'UpdateResult' returned by MySQL

Closes: #1308

Set 'affected' property for 'UpdateResult' returned by MySQL

Closes: #1308
@pleerock pleerock merged commit 17f2fff into typeorm:master Mar 11, 2020
@pleerock
Copy link
Member

Thanks!

@pliniopvv
Copy link

This don't works on sqlite3?

@nebkat
Copy link
Contributor

nebkat commented Jan 9, 2021

This isn't necessarily implemented on all drivers - you can submit a similar pull request for sqlite3.

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.

Raw Postgresql Update query result is always an empty array
4 participants