-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
for: backport-to-5.1.xIssues that will be back-ported to the 5.1.x lineIssues that will be back-ported to the 5.1.x linein: coretype: bug
Milestone
Description
In 5.0, StepExecution's 'int' fields were updated to 'long'.
JdbcStepExecutionDao::buildStepExecutionParameters was changed accordingly to use Types.BIGINT for such fields, but not JdbcStepExecutionDao::updateStepExecution.
Line 280 in 425134c
new int[] { Types.TIMESTAMP, Types.TIMESTAMP, Types.VARCHAR, Types.INTEGER, Types.INTEGER, |
Metadata
Metadata
Assignees
Labels
for: backport-to-5.1.xIssues that will be back-ported to the 5.1.x lineIssues that will be back-ported to the 5.1.x linein: coretype: bug