Skip to content

Commit

Permalink
--wip-- test for removing manual column index search
Browse files Browse the repository at this point in the history
  • Loading branch information
mbladel committed Dec 20, 2023
1 parent f5eb679 commit 51f1305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public static JdbcValuesMappingProducer createMappingProducer(
parentNavigablePath.append( basicModelPart.getSelectableName() ),
basicModelPart,
tableGroup,
useIndex ? i : null
i
);
mappingProducer.addResultBuilder( resultBuilder );
if ( columnNameConsumer != null ) {
Expand Down

0 comments on commit 51f1305

Please sign in to comment.