Skip to content

Commit 02131b0

Browse files
blafondDavideD
authored andcommitted
[#1752] fix reactive subselect fetch error
1 parent 582f971 commit 02131b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/sql/results/internal/ReactiveStandardRowReader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ private CompletionStage<Void> coordinateInitializers(ReactiveRowProcessingState
129129
@Override
130130
@SuppressWarnings("ForLoopReplaceableByForEach")
131131
public void finishUp(JdbcValuesSourceProcessingState processingState) {
132+
processingState.registerSubselect();
132133
initializers.endLoading( processingState.getExecutionContext() );
133134
}
134135

0 commit comments

Comments
 (0)