Re: qualifier-linked-to-EC woes

2024-09-20 Thread ocs--- via Webobjects-dev
Just a quick followup: currently I use ERXEOControlUtilities.localInstancesInQualifier to move the whole qualifier into the EC in which it is being evaluated. It works, but a truly EC-agnostic qualifier would be much better, for this leads to converting qualifiers pretty often :( Thanks! OC >

qualifier-linked-to-EC woes

2024-09-20 Thread OCsite via Webobjects-dev
Hi there, a qualifier should be independent on ECs and work just as well in any of them, right? Well, wrong :( If there's a key-value (sub-)qualifier like this: === def qq=EOQualifier.qualifierWithQualifierFormat("aRelationship=%@",new NSArray(someEO)) === then I can reliably fetch using this