Skip to content

Releases: BateleurIO/azuredatastudio-combine-scripts

2.0.1

06 Jul 17:45
Compare
Choose a tag to compare
  1. Added support for a timestamp in the file header.
  2. Updated dependencies to eliminate reported vulnerabilities.

2.0.0

26 Mar 19:03
Compare
Choose a tag to compare

This is almost a complete rewrite of the extension, and it's much more customizable and capable than before.

  1. A table of contents, showing line numbers for each file.
  2. Customizable headers and footers for the TOC, the individual script files and the output file itself.
  3. You can optionally specify an output filename, instead of having output dumped into a temporary file.
  4. Multiple file groups, all with either shared or distinctive headers, footers and more.
  5. Multiple output files. You can, for example, have one file for table changes, and another for data changes.
  6. Run the extension directly from the command palette to include all the files in the workspace, or using multi-select from the explorer.
  7. Configured directly in the Azure Data Studio user or workspace settings, or you can add a configuration file in the workspace root.

Version 1.3.0

20 Jul 17:56
Compare
Choose a tag to compare

Added GO statements after the PRINT statements, to ensure each statement is properly isolated.

Version 1.2.0

18 Jul 20:02
Compare
Choose a tag to compare

Added back the menu item.

Version 1.1

13 Jul 20:54
Compare
Choose a tag to compare

Small update to add print statements, so you can see the start and end of scripts as they execute.
Also added an icon.

Initial release

11 Jul 21:34
Compare
Choose a tag to compare

This is the initial release. Super excited.