Skip to content

7.0.2

Compare
Choose a tag to compare
@shantstepanian shantstepanian released this 08 Jan 02:12

Functionality Improvements

#106: CSV data loads will ignore indices that have columns not in the CSV file. This will allow users to use the CSV functionality on tables with identity columns but with separate unique indices.

Technical Improvements

Bug Fixes

#212: Fixing inability to handle DB2 reorg exceptions during static data queries. Previously, reorg detection only worked on update statements
#210 #213: Oracle - ignoring DATABASE LINKs during reverse-engineering, instead of erroring out. Separate ticket #186 is there for DATABASE LINK and materialized view support