Skip to content

[bot] Fast-forward for 26.7.4 - #980

Merged
github-actions[bot] merged 3 commits into
release26.7from
26.7_ff_bot_26.7.4
Aug 11, 2026
Merged

[bot] Fast-forward for 26.7.4#980
github-actions[bot] merged 3 commits into
release26.7from
26.7_ff_bot_26.7.4

Conversation

@github-actions

Copy link
Copy Markdown

Generated automatically.
Approve all matching PRs simultaneously.
Approval will trigger automatic merge.
View all PRs: https://internal.labkey.com/Scrumtime/Backlog/harvest-gitOpenPullRequests.view?branch=26.7_ff_bot_26.7.4

labkey-martyp and others added 3 commits August 6, 2026 17:57
## Rationale

The `_SND Attribute Data` ETL fails on every run that includes a delete
at SNPRC with `java.lang.ClassCastException: class java.lang.Long cannot
be cast to class java.lang.Integer`. exp 25.005 widened
`exp.Object.ObjectId` and `exp.ObjectProperty.ObjectId` to BIGINT, but
`AttributeDataTable.UpdateService.deleteRows` still cast the delete key
to `Integer`. `TransformTask` builds each delete key from the target
table's PK columns, which for this table are `exp.ObjectProperty`'s
`ObjectId` and `PropertyId`, so the first row aborts the step.

## Changes

- `AttributeDataTable.UpdateService.deleteRows` casts `ObjectId` and
`PropertyId` to `Number` rather than `Integer`.
- `EventDataTable` declares its injected `exp.Object.ObjectId` column as
`JdbcType.BIGINT` instead of `JdbcType.INTEGER`, matching the widened
column.
…976)

* Drop redundant unique index on snprc_ehr.labwork_services.ServiceId
* Bump snprc_ehr schema version 26.001 -> 26.002
@github-actions
github-actions Bot merged commit 1b035c6 into release26.7 Aug 11, 2026
18 checks passed
@github-actions
github-actions Bot deleted the 26.7_ff_bot_26.7.4 branch August 11, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants