Skip to content

Preserve original table name casing for aliases#947

Merged
SimonCropp merged 1 commit intomainfrom
Preserve-original-table-name-casing-for-aliases
Feb 5, 2026
Merged

Preserve original table name casing for aliases#947
SimonCropp merged 1 commit intomainfrom
Preserve-original-table-name-casing-for-aliases

Conversation

@SimonCropp
Copy link
Copy Markdown
Member

Stop lowercasing table aliases in DescriptiveSqlAliasManager and use the original table name as the alias key and return value. Update verified SQL test snapshots to reflect PascalCase table aliases (Companies/Employees). Also replace a recursive GetNavigations call with a direct model.GetNavigations() invocation and add a trailing newline at EOF.

Stop lowercasing table aliases in DescriptiveSqlAliasManager and use the original table name as the alias key and return value. Update verified SQL test snapshots to reflect PascalCase table aliases (Companies/Employees). Also replace a recursive GetNavigations call with a direct model.GetNavigations() invocation and add a trailing newline at EOF.
@SimonCropp SimonCropp added this to the 15.0.1 milestone Feb 5, 2026
@SimonCropp SimonCropp merged commit 03fab1f into main Feb 5, 2026
4 of 6 checks passed
@SimonCropp SimonCropp deleted the Preserve-original-table-name-casing-for-aliases branch February 5, 2026 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant