Skip to content

feat(export): Add extended properties for MSSQL table and column comments #464

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

moonheart
Copy link
Contributor

This pull request enhances the MSSQL export functionality by utilizing MS_Description extended properties to store comments for tables and columns. This aligns with standard SQL Server practices for database object documentation, making the exported DDL more idiomatic and compatible with SQL Server tools like SSMS.

closes #463

Copy link

vercel bot commented May 26, 2025

@moonheart is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented May 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
drawdb ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2025 4:19pm

Copy link
Member

@1ilit 1ilit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great addition! Thank you!

@1ilit 1ilit merged commit 89d4c29 into drawdb-io:main May 27, 2025
3 checks passed
ewqazxc pushed a commit to ewqazxc/drawdb that referenced this pull request May 29, 2025
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.

[FEATURE] Support sp_addextendedproperty for MSSQL table/column comments on export
2 participants