Skip to content

Conversation

dkropachev
Copy link
Collaborator

No description provided.

@dkropachev dkropachev force-pushed the dk/add-post-image-support branch 2 times, most recently from 59890aa to 0900a94 Compare February 28, 2025 22:53
@dkropachev dkropachev force-pushed the dk/add-post-image-support branch from 0900a94 to c96fd1c Compare February 28, 2025 22:54
case ROW_UPDATE:
return Envelope.Operation.UPDATE;
case ROW_INSERT:
case POST_IMAGE:
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps we'd prefer the envelope to be returned by its respective delta op, similarly as we do with pre-images.

Otherwise, I won't be able to distinguish between create and update events. Arguably minor, but at least would keep semantics appropriately.

@fee-mendes
Copy link
Member

Thanks @dkropachev - added a single comment.

I think the name postImageOnly is also wrong. With pre-images enabled, one can get a before pre-image and an after post-image. Disabling pre-image should give only postImage. Thus I suggest to change the option to the same one as preimage support, without the experimental thingie.

I have a patch under cook if interested.

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.

2 participants