Hi all,
If the problem is the EO references in the qualifier then you may try
converting the EOQualifier to a schema based qualifier. The EOEntity has a
schemaBasedQualifier() method to hay converts EO references to key-value
qualifier using the foreign keys.
Regards,
Ricardo
Sent from my i
Hi,
I found a bug in the NSArray handling in the encoder, here is my class with a
fix, do not use the previous version.
Samuel
> Le 9 nov. 2024 à 10:11, Samuel Pelletier via Webobjects-dev
> a écrit :
>
> Hi,
>
> Last week I encountered a problem very similar to a previous OC case... I
>
Hi,
Last week I encountered a problem very similar to a previous OC case... I have
a report page with some user defined filter that use EOs and do the fetch in
background. Creating a snapshot of all possible parameter seems a fragile
solution since it required a very good discipline to make su