Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
This repository was archived by the owner on May 14, 2025. It is now read-only.

Remove of JOB_CONFIGURATION_LOCATION broke some queries #5609

@corneil

Description

@corneil

Description:
Integration tests failed with the following error: bad SQL grammar [SELECT JOB_EXECUTION_ID, START_TIME, END_TIME, STATUS, EXIT_CODE, EXIT_MESSAGE, CREATE_TIME, LAST_UPDATED, VERSION, JOB_CONFIGURATION_LOCATION from BOOT3_BATCH_JOB_EXECUTION where JOB_EXECUTION_ID = ?]; nested exception is org.postgresql.util.PSQLException: ERROR: column "job_configuration_location" does not exist

This is due to the removal of JOB_CONFIGURATION_LOCATION from the Batch5 based schemas and the use of Batch4 DAO queries.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions