Changes for Version 9.7.0
This section describes the changes for version 9.7.0.
Default Value in Reference Lookup Generation
Effective in 9.7.0, you can specify a default value that you want to generate in the target column instead of null values.
The default value can be one of the values present in the parent table if the tables are in a parent-child relationship.
Previously, you could not specify a default value and TDM generated null values in the target.
Override Entity Relations at Run Time
Effective in 9.7.0, you can choose to override constraints and maintain only referential integrity at run time for entities of any size. The changes apply to the data at run time and do not affect the entity.
Choose to maintain referential integrity only or maintain transactional integrity in the subset operation. When you select referential integrity only, the subset operation fetches minimal data to maintain referential integrity, but might break transactional integrity. When you select transactional integrity, the subset operation maintains relational and transactional integrity, but might fetch additional data.
Previously, you could choose to maintain only referential integrity in entities with up to 25 tables.