Page 1 of 1

5.11 circular reference check

Posted: 2013-07-01 09:13
by k.ruland
Appgini 5.11 has a circular reference check.
In some cases I use circular references. Now I cannot compile my application anymore.
How can I disable this check.

Re: 5.11 circular reference check

Posted: 2013-07-01 20:53
by a.gneady
A circular reference should be changed to a many-to-many relationship by adding an intermediate table ... Could you please describe the structure for the 2 tables in question to see how to handle this?