Skip to content

Tabular Editor 2.17.2

Compare
Choose a tag to compare
@otykier otykier released this 28 Oct 09:55
· 132 commits to master since this release

Improvements in this release

  • Updated TOM to 19.51.0
  • Added Compatibility Level 1600 as new default for SQL Server 2022 AS.
  • You can now define custom types (classes, structs, enums, interfaces) in C# scripts and macros. This has been possible in TE3 for a while, and now this feature is also available in TE2.
  • A new method Table.AddEntityPartition is now available, allowing programmatic creation of DQ over AS models, see #1026.

Bugfixes in this release

  • Fix macro compilation bug, see #1044.
  • Fixed error that would sometimes occur when saving a model as a folder, see #1023 (thanks @benhollomon!!)
  • Fixed an issue with the automatic version check, see #1031 (thanks @pfab0!!)