Skip to content

Virtual Data Warehouse v.1.6.12

Compare
Choose a tag to compare
@RoelantVos RoelantVos released this 23 Aug 23:53
· 56 commits to main since this release

New features

  • Additional templates, including for data object creation
  • Uses the latest DataWarehouseAutomation NuGet package / class library which has various additional functions to use in the templating engine.
  • Sample updates for consistency and adding various use cases, for example more complex transformations.

Breaking changes

  • Removed the backup feature when saving templates. All projects are using Git, so having a redundant backup on each save became really annoying.
  • Removed syntax highlighting on SQL output. Most projects directly access the output in SQL clients, and the highlighting really slows down the processing. It could be created on a separate thread but since it's rarely used it's quicker and easier to just disable for now.

Bug fixes

  • Fixed bug that saved output to disk even when the 'save output' checkbox was not checked.
  • Fixed a bug that prevent output to directly be generated against a SQL Server family database.