Skip to content

Wrong column types in JdbcStepExecutionDao #4648

Closed
@v00d00c0de

Description

@v00d00c0de

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.

new int[] { Types.TIMESTAMP, Types.TIMESTAMP, Types.VARCHAR, Types.INTEGER, Types.INTEGER,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions