Skip to content

[bot] Merge 26.3 to 26.7 - #978

Merged
github-actions[bot] merged 3 commits into
release26.7-SNAPSHOTfrom
26.7_fb_bot_merge_26.3
Aug 10, 2026
Merged

[bot] Merge 26.3 to 26.7#978
github-actions[bot] merged 3 commits into
release26.7-SNAPSHOTfrom
26.7_fb_bot_merge_26.3

Conversation

@github-actions

Copy link
Copy Markdown

Generated automatically.
Merging changes from: 653e460
Approve all matching PRs simultaneously.
Approval will trigger automatic merge.
Verify all PRs before approving: https://internal.labkey.com/Scrumtime/Backlog/harvest-gitOpenPullRequests.view?branch=26.7_fb_bot_merge_26.3

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-SNAPSHOT Aug 10, 2026
8 of 9 checks passed
@github-actions
github-actions Bot deleted the 26.7_fb_bot_merge_26.3 branch August 10, 2026 19:30
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