schemazen

Script and create SQL Server objects quickly

MIT License

Stars
333
Committers
27

Bot releases are visible (Hide)

schemazen - 1.4 Latest Release

Published by sethreno over 4 years ago

  • Add support for scripting index differences
  • Fix --overwrite on compare command
  • add --debug option to compare command
schemazen - 1.3.56

Published by sethreno over 7 years ago

Fixes #43 and various other things. See https://github.com/sethreno/schemazen/compare/1.3.51...1.3.56 for details.

Thanks to @mobilebilly @ConstantineK for the pull requests.

schemazen - 1.3.51

Published by sethreno over 7 years ago

schemazen - 1.3.50

Published by sethreno over 7 years ago

  • #117 is fixed
  • removed extra white space in CREATE INDEX statements
schemazen - 1.3.47

Published by sethreno over 7 years ago

A couple of bugs were fixed that change the command line interface and the generated scripts.

  • #107 is fixed
    This changes the command line interface. You can specify --overwrite --verbose instead of --overwrite true --verbose true.
  • trailing space after column definitions was removed
    If you use schemazen for db version control you'll see a lot of false positives.
schemazen - 1.3.40

Published by sethreno over 8 years ago

1.3.40

schemazen - 1.3.39

Published by sethreno over 8 years ago

1.3.39

Includes support for roles and view indexes. Also, a change was made to the data export feature so that no file is generated if a table contains no data.

schemazen - 1.3.38

Published by sethreno over 8 years ago

1.3.38

Several bug fixes including a fix for #71. Note the order of foreign keys was changed so it's deterministic. If you use schema zen for db version control you may notice diffs due to this.

schemazen - 1.3.31

Published by sethreno over 8 years ago

1.3.31

schemazen - 1.3.30

Published by sethreno over 8 years ago

1.3.30

schemazen - 1.3.29

Published by sethreno over 8 years ago

1.3.29

schemazen - 1.3.26

Published by sethreno over 8 years ago

1.3.26

schemazen - 1.3.23

Published by sethreno over 8 years ago

1.3.23

schemazen - 1.3.22

Published by sethreno over 8 years ago

Includes fix for #55

Thanks to @ChrisMDaly for reporting and @keith-hall for fixing.

schemazen - 1.3.21

Published by sethreno almost 9 years ago

1.3.21

schemazen -

Published by sethreno almost 9 years ago

Includes fix for #30

Thanks @erandos for reporting and @keith-hall for the great pull request!

schemazen -

Published by sethreno almost 9 years ago

Includes support for binary data type and importing to tables with computed columns. Thanks to @keith-hall for finding and fixing these bugs.

schemazen -

Published by sethreno almost 9 years ago

Includes several fixes from @danbrad including support for user defined table types #23.

schemazen -

Published by sethreno almost 9 years ago

A few fixes and a bit of refactoring. Thanks to @coenier @evgkib, and @vincent for reporting and @keith-hall and @yzzyx for fixing. You guys are awesome!

schemazen -

Published by sethreno about 9 years ago

Fixes #36