Skip to content

DataStar Tools Release: 2.0.16

Release Date: 28th September 2024

File MD5 Hash
DataStar Tools Zip 363883A54CFCDAAF46660E84DA353EF4
DataStar Tools NuGet D202C1DD78FFFAD2D378E30AE4840D92

This is the DataStar Tools Command Line (CLI) and is used to deploy DataStar packages and can be integrated into tools such as Octopus Deploy.

DataStar.Tools features include:

  • DotNet 8 self-contained application for Windows .
  • Supports Oracle and SqlServer target databases.
  • Audit tables optional when creating reversal scripts.
  • Generate reversal scripts to Audit tables and/or NuGet packages
  • Can publish NuGet packages to a NuGet Repository.

Dependencies

The DataStar Tools CLI is supplied as a platform-specific self contained application currently we are only publishing a Windows version however (Linux and macOS are available on request). See DataStar Tools Command Line (CLI)

Resolved Items

DEFECT 235 - Fixed: Exception Generating Reversal Scripts for New Tables in SqlServer

An issue was introduced by a recent update to the SQL Server Management Objects (SMO) libraries, which causes an exception when generating the reversal script for new tables. We have addressed this defect in the latest release. The exception was due to the IsSystemVersioned property not being set.