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 b50c665 commit cafd35cCopy full SHA for cafd35c
spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/JdbcStepExecutionDao.java
@@ -98,7 +98,7 @@ public class JdbcStepExecutionDao extends AbstractJdbcBatchMetadataDao implement
98
" from %PREFIX%JOB_EXECUTION JE, %PREFIX%STEP_EXECUTION SE" +
99
" where " +
100
" SE.JOB_EXECUTION_ID in (SELECT JOB_EXECUTION_ID from %PREFIX%JOB_EXECUTION " +
101
- "where JE.JOB_INSTANCE_ID = ?)" +
+ "where JOB_INSTANCE_ID = ?)" +
102
" and SE.JOB_EXECUTION_ID = JE.JOB_EXECUTION_ID " +
103
" and SE.STEP_NAME = ?" +
104
" order by SE.START_TIME desc, SE.STEP_EXECUTION_ID desc";
0 commit comments