LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
52 stars 24 forks source link

[FRG-195] stop violating CwmDependency association end multiplicities #677

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Tue, 5 Sep 2006 13:22:48 -0500 (GMT-05:00)"] Repository check exposed the fact that we preemptively create a CwmDependency instance even for objects that have no prerequisites (e.g. a UDF which does not call any other UDF). But CWM requires at least one client and one supplier per dependency. There may be other violations as part of CREATE OR REPLACE. For now, I filtered out dependencies in repository integrity check; need to either stop violating CwmDependency or else model dependencies using FEM-specific classes.