Client Interfaces Guide > TIBCO SSIS Components for TDV > Changelog
 
Changelog
General Changes
[7785] - 2021-04-23
Added
Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = Concat(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
[7783] - 2021-04-23
Changed
Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
[7776] - 2021-04-16
Added
Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
Changed
Reduced the length to 255 for varchar primary key and foreign key columns.
Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you would need to generate new metadata caches if you are currently using CacheMetadata.
Updated index naming convention to avoid duplicates
Updated and standardized Getting Started connection help.
Added the Advanced Features section to the help of all drivers.
Categorized connection property listings in the help for all editions.