Faulty Meta Data creation when merging models

When attempting to merge two different models into a single group, I started to get things like this in the script


  TAXABLE T_YESNO DEFAULT 'N'
    CHECK (CHECK((VALUE IS NULL) OR (VALUE IN ('N','Y')))),

instead of   TAXABLE T_YESNO DEFAULT 'N'
     CHECK((VALUE IS NULL) OR (VALUE IN ('N','Y'))),

This is true both in domain definitions and in raw data type definitions.    This makes the generated scripts useless.

Could you tell us what Database management system are you using for generating scripts at Data Modeler?

--
Ricardo Samila
TMS Software Team
http://www.tmssoftware.com

I use Firebird for all my database work.

I create a new model based on importing the structure from one existing database.
I create a second new model based upon importing the structure from a second database.
I then select merge to open the dgp file that was saved from the first database to import it into the second database.
I have found this double creation of check values to be a bug in most of the generated scripts.
I have reported the bug, it was acknowledged and I am told that someone is working on it.

Thank you. Indeed, this issue was confirmed using Firebird, and we are working to fix it.

--
Ricardo Samila
TMS Software Team
http://www.tmssoftware.com