We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ad8b3 commit 1322f91Copy full SHA for 1322f91
spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/JdbcStepExecutionDao.java
@@ -110,7 +110,7 @@ public class JdbcStepExecutionDao extends AbstractJdbcBatchMetadataDao implement
110
" from %PREFIX%JOB_EXECUTION JE, %PREFIX%STEP_EXECUTION SE" +
111
" where " +
112
" SE.JOB_EXECUTION_ID in (SELECT JOB_EXECUTION_ID from %PREFIX%JOB_EXECUTION " +
113
- "where JE.JOB_INSTANCE_ID = ?)" +
+ "where JOB_INSTANCE_ID = ?)" +
114
" and SE.JOB_EXECUTION_ID = JE.JOB_EXECUTION_ID " +
115
" and SE.STEP_NAME = ?";
116
0 commit comments