Release notes 8.0.2

Piotr Tokarski - Dataedo Team Piotr Tokarski 3rd January, 2020

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.

Found issue with this article? Comment below
Comments are only visible when the visitor has consented to statistics cookies. To see and add comments please accept statistics cookies.
0
There are no comments. Click here to write the first comment.