Release notes 8.0.2

Piotr Tokarski - Dataedo Team Piotr Tokarski 3rd January, 2020
Applies to: Dataedo 23.x versions, Article available also for: 24.x (current)
You are looking at documentation for an older release.
Switch to the documentation for Dataedo 24.x (current).

Fixed a critical bug with module editing

This updated fixes a critical bug where editing a module's description could remove descriptions of tables it includes. We recommend installing this update immediately.

If you encountered this issue and don't have a backup to restore, you can use this query in your repostitory to recover most of the descriptions in plaintext:

UPDATE [dbo].[tables]
   SET [description] = [description_plain]
 WHERE [description] IS NULL;

You can also contact us at support@dataedo.com and we'll guide you step by step.