Redgate Test Data Manager 릴리스

Released: Oct 21, 2024

Redgate Test Data Manager - Subsetter 2.0.1.6888 버젼 업데이트

기능

  • Renamed the command line executable from subsetter to rgsubset.
  • Renamed the configuration file to options file.
  • Moved some command line flags affecting the behaviour of subsetting to the options file.
  • Moved static data tables to their own section instead of a flag on starting tables.
  • Improved error logging when validating a subset.
  • Added the ability to specify target size using percentages.
  • Added a default target size of 10% (up to a maximum of 1GB) when running subsetting without specifying...

Released: Oct 17, 2024

Redgate Test Data Manager - Anonymization 2.0.0.2317 버젼 업데이트

기능

  • Renamed Anonymize.exe to rganonymize.exe.

Released: Sep 23, 2024

Redgate Test Data Manager - Subsetter 1.1.22.6378 버젼 업데이트

기능

  • Improved the output when source and target database have different schemas.
  • Subsetting now works on source tables with no rows.
  • Reduced the working space required in the source database while subsetting.
  • Added the ability (SQL Server only) to use temporary tables as a working space rather than tables in the source database. This can be configured using the UseTemporaryTables configuration option.

Released: Aug 30, 2024

Redgate Test Data Manager - Subsetter 1.1.21.6082 버젼 업데이트

수정사항

  • Fixed an issue where disabling triggers failed due to unquoted trigger names.
  • Fixed an issue where schema validation failed due to relationships.

Released: Aug 21, 2024

Redgate Test Data Manager - Subsetter 1.1.20.5998 버젼 업데이트

수정사항

  • Logged the tables and relationships involved in a schema mismatch.

Released: Aug 19, 2024

Redgate Test Data Manager - Subsetter 1.1.19.5974 버젼 업데이트

기능

  • Improved performance.

Released: Aug 13, 2024

Redgate Test Data Manager - Subsetter 1.1.18.5918 버젼 업데이트

기능

  • Triggers on the target database are now automatically disabled while subsetting.

수정사항

  • Fixed an issue where subsetter ignored values passed into the --include-tables-row-threshold flag.

Released: Jul 26, 2024

Redgate Test Data Manager - Subsetter 1.1.16.5647 버젼 업데이트

수정사항

  • Fixed an issue with not being able to pass the --include-tables-row-threshold parameter on the command line.

Released: Jul 26, 2024

Redgate Test Data Manager - Subsetter 1.1.15.5636 버젼 업데이트

수정사항

  • Fixed an issue where subsetting sometimes fails when working on tables that have computed columns.

Released: Jul 16, 2024

Redgate Test Data Manager - Subsetter 1.1.14.0 버젼 업데이트

기능

  • Added the ability to define starting tables as static data tables.
  • You can now automatically include tables without outgoing relationships based on a row threshold.
  • Added the ability to configure the row threshold for automatic table inclusion.

수정사항

  • Fixed an issue where the subsetter tries to break relationships for cycles that are not in the final subset.
  • Improved the way table size is measured for SQL Server, to make the target size feature more accurate.
  • Fixed an issue when trying to...