microsoft / microsoft/sqlmanagementobjects

Sql Management Objects Scripting Bugs

Aperta
#3 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@shueybubbles ci sta già lavorando.

Dal 6/12/2019.

Lingua principale
C#
Stelle
143
Fork
28
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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 to Scripter.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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.