Skip to content

feat: support Microsoft SQL Server struct tasks - #577

Open
gnolong wants to merge 16 commits into
mainfrom
feat/sqlserver-struct-task-main
Open

feat: support Microsoft SQL Server struct tasks#577
gnolong wants to merge 16 commits into
mainfrom
feat/sqlserver-struct-task-main

Conversation

@gnolong

@gnolong gnolong commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Unscoped

  • Foreign keys: Extract and recreate column mappings, referential actions, and NOT FOR REPLICATION/disabled/trusted state after data migration.
  • Additional schema objects: Support empty schemas, user-defined and table types, views, synonyms, functions, procedures, and DML triggers with dependency ordering.
  • Advanced table and column features: Detect and support temporal, ledger, FileTable, external, and graph tables, plus sparse/column-set, masked, encrypted, and other version-specific columns.
  • Partitioning and physical options: Preserve partition functions and schemes, filegroups, and index options such as fill factor, padding, and locking flags.
  • Extended properties: Migrate arbitrary extended-property names and classes beyond MS_Description on the currently supported owners.
  • Catalog consistency and compatibility: Add version/edition-aware catalog projections, a consistent metadata snapshot and retry boundary, and E2E coverage across supported SQL Server versions.
  • Ownership and permissions: Migrate schema owners, principals, grants, and other RBAC metadata in a separate final phase.

@gnolong gnolong changed the title feat: support database-aware Microsoft SQL Server struct tasks feat: support Microsoft SQL Server struct tasks Aug 24, 2026
@gnolong
gnolong marked this pull request as ready for review August 26, 2026 13:16
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