Skip to content

GitHub Issue 1499: SpecialCharacterMetricsMaintenanceTask is throwing exceptions on legacy specimen tables - #8005

Open
XingY wants to merge 1 commit into
developfrom
fb_issue1499
Open

GitHub Issue 1499: SpecialCharacterMetricsMaintenanceTask is throwing exceptions on legacy specimen tables#8005
XingY wants to merge 1 commit into
developfrom
fb_issue1499

Conversation

@XingY

@XingY XingY commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Rationale

Prior to https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=29047, when a domain field name matches domain base field name, the storagecolumnname for that field has a numeric suffix added to it. Specimen tables has provisioned table sharing columns with base fields, including rowId, Container, etc. The legacy specimen has exp.propertydescriptor.storagecolumnname as Container1 for container fields, while the actual provisioned table's column name is Container. This mismatch is causing SpecialCharacterMetricsMaintenanceTask to throw bad SQL exception due to unknown column in select.

Related Pull Requests

Changes

  • Remove unused allowAddBaseProperty param
  • Map storagecolumnname to true column name for legacy fields

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.

1 participant