Skip to content

TableInfo: ensure ExprColumn dependent columns are referenced#7638

Open
labkey-nicka wants to merge 1 commit intodevelopfrom
fb_referenced_columns
Open

TableInfo: ensure ExprColumn dependent columns are referenced#7638
labkey-nicka wants to merge 1 commit intodevelopfrom
fb_referenced_columns

Conversation

@labkey-nicka
Copy link
Copy Markdown
Contributor

@labkey-nicka labkey-nicka commented May 1, 2026

Rationale

This addresses #1118 where ExprColumn added via table customizers are not having their dependent columns included in the query. As a result the generated query attempts to refer to columns that have not been furnished by getFromSQL().

Related Pull Requests

Changes

  • When mutating the column set in AbtractTableInfo, check if the mutation is an ExprColumn, and update referenced columns
  • Minor cleanup

@labkey-nicka labkey-nicka self-assigned this May 1, 2026
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.

2 participants