Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Manger definition lookup is brittle #1897

Closed
jmthomas opened this issue Feb 13, 2025 · 0 comments · Fixed by #1900
Closed

Table Manger definition lookup is brittle #1897

jmthomas opened this issue Feb 13, 2025 · 0 comments · Fixed by #1900
Assignees
Labels
customer enhancement New feature or request

Comments

@jmthomas
Copy link
Member

TableManager will only lookup a definition if the filename has a single underscore followed by _def.txt, e.g. MCConfigurationTable_def.txt. Some customers like to use underscores in their table names like MC_configuration_table_def.txt which will break our lookup logic. This should be more robust to lookup a file based on whether the binary extention is .bin or .tbl and the config definition has _def.txt or simply matches the binary filename.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant