Merged
Conversation
This comment has been minimized.
This comment has been minimized.
e4000c5 to
c3583e6
Compare
c3583e6 to
2baeee3
Compare
Member
filipecabaco
left a comment
There was a problem hiding this comment.
did we already ship the walrus change?
| transaction(conn, fn conn -> | ||
| Enum.map(subscription_list, fn %{id: id, claims: claims, subscription_params: params = {schema, table, filters}} -> | ||
| case query(conn, sql, [publication, schema, table, id, claims, filters]) do | ||
| Enum.map(subscription_list, fn %{ |
Member
There was a problem hiding this comment.
later we should extract this to a function as this is a bit cluttered but not important now
Member
Author
There was a problem hiding this comment.
Good point. Will refactor!
Member
Author
The walrus PR has been merged if that's the question 🤔 |
Member
|
yes it was 😁 didn't remember if it did happen approving to unblock |
filipecabaco
approved these changes
Dec 11, 2025
a4ddb1a to
f293c72
Compare
f293c72 to
f4a91f4
Compare
f4a91f4 to
94e0d03
Compare
Member
|
🎉 This PR is included in version 2.74.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up from supabase/walrus#77
What kind of change does this PR introduce?
Filter postgres changes based on action