Re: Passing EOQualifier to a background thread

2024-12-01 Thread Ricardo Parada via Webobjects-dev
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

Re: Passing EOQualifier to a background thread

2024-11-11 Thread Samuel Pelletier via Webobjects-dev
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 >

Passing EOQualifier to a background thread

2024-11-09 Thread Samuel Pelletier via Webobjects-dev
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