microsoft / microsoft/sqlmanagementobjects
Sql Management Objects Scripting Bugs
未关闭
@shueybubbles 已经在做这个了。
开始于 2019年12月6日。
- 主要语言
- C#
- 星标
- 143
- 派生
- 28
- PR 合并指标
- 30 天内没有已合并 PR
描述
A couple bugs I've noticed when using the Sql Management Objects Scripter class.
- SMO does not generate default constraints inline, but instead generates an ALTER TABLE script. More details here.
- When passing an array of
SqlSmoObjects toScripter.Script()with the option "IncludeHeaders" turned on, it is not ordering the scripts correctly. Any ALTER scripts are not ordered under the header for the object they belong to, and are instead listed at the end of the scripts. This is very problematic if you're trying to keep the scripts for a given object together.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。