Tonic Structural release notes

v97
v97
Removed
July 15, 2020

Features

Tables on SQL Server can now be updated in an incremental fashion where only the changes since the last generation are processed. More details here.

Added support for customer categorical generator in synthesize mode.

Date truncation generator has been added so you can truncate dates to a specified date part.

Added support for timestamp ranges in PostgreSQL.

Phone number generator now supports multinational phone numbers. The output phone number will match the country/region of the input phone number.

Integer key generator can now operate on an Int64/Long column.

Bugs

Fixed issue where a specifically sized payload could cause the API request to fail.

Geo generator properly passes through null values.

Added back remove table API.

Tables containing unicode characters now work in preserve destination mode on Sql Server.

Improved handling of transaction scopes for SQL Server.

Fixed issue where generators applied through the conditional generator sometimes used their default options during generation.

Generators added through autodetect are now able to be marked consistent/deferentially private.

Resolved multithreading issue using the key generators on tables with linked foreign keys.

SQL Server date columns no longer show time in the table view.