Closed
Description
ORM's Oracle upsert support includes the custom operation SqlAstTranslatorWithUpsert which creates a custom DeleteOrUpsertOperation (which implements SelfExecutingUpdateOperation
)
We'll need to create a Reactive version of DeleteOrUpsertOperation
and change ReactiveMutationExecutorSingleSelfExecuting.performReactiveSelfExecutingOperations()
to check for this type.
Metadata
Metadata
Assignees
Labels
No labels