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

Postgres logic should gather "rows affected" before commit logic #194

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

jeromegn
Copy link
Member

This returned the wrong number of rows affected most of the time because it was actually getting SQLite changes count from the nearest INSERT / UPDATE / DELETE which was likely __corro_bookkeeping_gaps or __corro_bookkeeping!

@jeromegn jeromegn merged commit 754de2e into main Apr 18, 2024
4 checks passed
@jeromegn jeromegn deleted the pg-rows-affected branch April 18, 2024 17:43
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.

1 participant