microsoft / microsoft/sqlmanagementobjects
Sql Management Objects Scripting Bugs
Đang mở
@shueybubbles đang làm issue này rồi.
Từ ngày 6/12/2019.
- Ngôn ngữ chính
- C#
- Star
- 143
- Fork
- 28
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.