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

Upsert doesn't work for Oracle #1773

Closed
blafond opened this issue Oct 10, 2023 · 1 comment
Closed

Upsert doesn't work for Oracle #1773

blafond opened this issue Oct 10, 2023 · 1 comment

Comments

@blafond
Copy link
Member

blafond commented Oct 10, 2023

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 DeleteOrUpsertOperationand change ReactiveMutationExecutorSingleSelfExecuting.performReactiveSelfExecutingOperations() to check for this type.

@blafond
Copy link
Member Author

blafond commented Nov 9, 2023

Fixed as part of this PR : Upsert support for dbs #1781 for issue #1768

@DavideD DavideD closed this as completed Nov 29, 2023
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

No branches or pull requests

2 participants