Re: Fetching through snapshot

2015-09-15 Thread Paul Hoadley
On 16 Sep 2015, at 8:30 am, Paul Hoadley wrote: > On 16 Sep 2015, at 1:27 am, Hugi Thordarson > wrote: > >> Newly inserted (uncommitted) objects are not included when you fetch. One >> way to get around this is to use the “objectsWithQualifier” methods of >> ERXEOContr

Re: Fetching through snapshot

2015-09-15 Thread Paul Hoadley
On 16 Sep 2015, at 1:27 am, Hugi Thordarson wrote: > Newly inserted (uncommitted) objects are not included when you fetch. One way > to get around this is to use the “objectsWithQualifier” methods of > ERXEOControlUtilities to perform your fetches, they have an > “includeNewObjects” parameter

Re: Fetching through snapshot

2015-09-15 Thread Markus Ruggiero
Thanks Hugi, that was it! Works like a champ! I knew there must be someting in there. Wonder is somehow waaay too large so that it is almost impossible to really know everything. I have been working with Wonder for the last 10-ish years or so and still learn something new all the time. ---mark

Re: Fetching through snapshot

2015-09-15 Thread Hugi Thordarson
Newly inserted (uncommitted) objects are not included when you fetch. One way to get around this is to use the “objectsWithQualifier” methods of ERXEOControlUtilities to perform your fetches, they have an “includeNewObjects” parameter you use to indicate that you want to include new objects from

Fetching through snapshot

2015-09-15 Thread Markus Ruggiero
I am running into a problem with fetching. As I am away from my desk and all the books for the next couple days I kindly ask here for help: I fetch data from the database with the standard fetchAll...() method. This properly generates SQL queries delivering the requested data. Now the user mani