Skip to content

Error when inserting in batch with joined table inheritance #1867

Open
@DavideD

Description

See quarkusio/quarkus#38948

A test is available here: DavideD@10ab8cd

The test only fails when batching is enabled.

The problem is in the way we have implemented ReactiveMutationExecutorStandard#performReactiveBatchedOperations.

It shouldn't delegate to the super reactive class, it should instead implement the batching and mimic what's happening in MutationExecutorStandard#performBatchOperations

The test passes without batching.
I will look into this after the upgrade to ORM 6.5.

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions