From: SourceForge.net <no...@so...> - 2007-01-22 01:18:18
|
Bugs item #1641208, was opened at 2007-01-21 20:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=809608&aid=1641208&group_id=158881 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Brian Nalewajek (brian27) Assigned to: Nobody/Anonymous (nobody) Summary: DDL Gen error SQL Server CHECK C. Initial Comment: Hi, Parsing the DDL generated for SQL Server, when an object type used an external uniqueness constrained objects as primary refrence mode, it casued an error for CONSTRAINT CHECK. My Example was Person's FirstName and LastName as unique in the domain, and primary ref mode for person. Changing this to Person(id) in model, cleared error. BRN.. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=809608&aid=1641208&group_id=158881 |