Skip to content

fix: correct staging table column types for incremental sync bulk copy - #172

Merged
devlead merged 1 commit into
WCOMAB:mainfrom
devlead:feature/fixVarbinaryIssue
Aug 26, 2026
Merged

fix: correct staging table column types for incremental sync bulk copy#172
devlead merged 1 commit into
WCOMAB:mainfrom
devlead:feature/fixVarbinaryIssue

Conversation

@devlead

@devlead devlead commented Aug 26, 2026

Copy link
Copy Markdown
Member

Emit full SQL type definitions (varbinary/binary, char/nchar, datetime2/time) when building sync staging tables so columns like PasswordHash are not created as varbinary(1). Route incremental bulk copy through WriteBulkCopy with explicit column mappings, matching the seed path.

Emit full SQL type definitions (varbinary/binary, char/nchar, datetime2/time) when building sync staging tables so columns like PasswordHash are not created as varbinary(1). Route incremental bulk copy through WriteBulkCopy with explicit column mappings, matching the seed path.
@devlead
devlead merged commit 8bb6e1c into WCOMAB:main Aug 26, 2026
2 checks passed
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