Skip to content

feat: Support writing Binary column types#43

Merged
mdsteele merged 2 commits intomdsteele:masterfrom
GrimOutlook:fix/support_binary_values
Jan 15, 2026
Merged

feat: Support writing Binary column types#43
mdsteele merged 2 commits intomdsteele:masterfrom
GrimOutlook:fix/support_binary_values

Conversation

@GrimOutlook
Copy link
Copy Markdown
Contributor

After getting the table sorting working the next issue I hit was the MSI still being seen as corrupt which I tracked down to the fact that data written to the columns of type binary (which was really just Str(0)) was being written incorrectly.

I looked at the msitools repo and found that binary column data was always written to the table stream as a 1 as an i16.

@mdsteele mdsteele merged commit 99f9e72 into mdsteele:master Jan 15, 2026
4 checks passed
@mdsteele
Copy link
Copy Markdown
Owner

Thanks!

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