Fetchspec editor doesn't really exist yet, so that's why it doesn't  
appear to do anything for you :)  I only have a single inspector  
panel done right now (sort ordering editor).
I'll have to look at the flattened relationship to-many thing ... I  
could have sworn I got that working.  Oh well.
On Jul 25, 2006, at 11:21 AM, Pierre Frisch wrote:
> Hi Mike,
>
> How is the fetchspec editor meant to work? It does not appears to  
> do anything for me.
>
> Also I still have a problem where the flatten relationship is not  
> shown as a to Many even through it should.
>
>    relationships = (
>         {
>             deleteRule = EODeleteRuleCascade;
>             destination = UserPreferencesPublication;
>             isToMany = Y;
>             joinSemantic = EOInnerJoin;
>             joins = ({destinationAttribute = oidUserPreferences;  
> sourceAttribute = oid; });
>             name = publicationUserPreferencess;
>             propagatesPrimaryKey = Y;
>         },
>         {
>             definition = "publicationUserPreferencess.publication";
>             joinSemantic = EOInnerJoin;
>             name = publications;
>         }
>     );
>
> <Picture 3.png>
>
>
> Thanks
>
> Pierre
This archive was generated by hypermail 2.0.0 : Tue Jul 25 2006 - 11:49:51 EDT