Skip to content

[bot] Merge 26.8 to develop - #981

Merged
github-actions[bot] merged 5 commits into
developfrom
fb_bot_merge_26.8
Aug 12, 2026
Merged

[bot] Merge 26.8 to develop#981
github-actions[bot] merged 5 commits into
developfrom
fb_bot_merge_26.8

Conversation

@github-actions

Copy link
Copy Markdown

Generated automatically.
Merging changes from: 9d6b98d
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=fb_bot_merge_26.8

labkey-martyp and others added 5 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 9a49c22 into develop Aug 12, 2026
7 of 8 checks passed
@github-actions
github-actions Bot deleted the fb_bot_merge_26.8 branch August 12, 2026 15:33
@github-actions

Copy link
Copy Markdown
Author

ERROR Automatic merge failed!

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.

5 participants