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

Send delete updates for unsubscribes #2271

Merged
merged 2 commits into from
Feb 18, 2025
Merged

Send delete updates for unsubscribes #2271

merged 2 commits into from
Feb 18, 2025

Conversation

jsdt
Copy link
Contributor

@jsdt jsdt commented Feb 18, 2025

Description of Changes

We were sending row insert operations in Unsubscribe messages, so clients aren't actually removing the rows. This adds a way to invert query results for Unsubscribe operations.

This means unsubscribe is currently not removing the data...

cc @gefjon @kazimuth

Expected complexity level and risk

1

Testing

I extended the existing unsubscribe test so that the query actually returns something.

Copy link
Contributor

@gefjon gefjon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't looked at the core/src/subscription stuff (where the actual bugfix is), but I'm approving the test.

@jsdt jsdt enabled auto-merge February 18, 2025 17:23
@jsdt jsdt added this pull request to the merge queue Feb 18, 2025
Merged via the queue into master with commit bf82614 Feb 18, 2025
13 checks passed
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.

3 participants