Re: obtain a BLOB size without fetching the whole thing?

2025-06-24 Thread Samuel Pelletier via Webobjects-dev
Hi OC, Without more details about your schema and needs, the only thing I see is maybe a derived attribute on an entity may be a starting point. Regards, Samuel > Le 24 juin 2025 à 17:33, ocs--- via Webobjects-dev > a écrit : > > Great, thanks! Works like a charm :) > > If there is a trick

Re: obtain a BLOB size without fetching the whole thing?

2025-06-24 Thread Amedeo Mantica via Webobjects-dev
I have no idea, I'm not into WO / EOF since long time > Il giorno 24 giu 2025, alle ore 23:33, o...@ocs.cz ha scritto: > > Great, thanks! Works like a charm :) > > If there is a trick to do this at a higher EOF level, would be nice, but if > there's none, this solves my problem all right. Thank

Re: obtain a BLOB size without fetching the whole thing?

2025-06-24 Thread ocs--- via Webobjects-dev
Great, thanks! Works like a charm :) If there is a trick to do this at a higher EOF level, would be nice, but if there's none, this solves my problem all right. Thanks again! All the best, OC > On 24. 6. 2025, at 23:25, Amedeo Mantica wrote: > > try something like this... > (raw SQL) > > SEL

obtain a BLOB size without fetching the whole thing?

2025-06-24 Thread ocs--- via Webobjects-dev
Hi there, the subject says it all. I've got a FS which reads in some columns set up through setRawRowKeyPaths. The entity contains also a BLOB column which can be rather big. Is there a trick to get its size only in the result dictionaries, without actually fetching the data? If db-specific, w