This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello. Noticed an issue when looking up aggregates of soft deleted records. Let's take the model: And the query: var items = (from x in uow.Events where x.EventOccurrences.Min(eo => eo.Start) >= start select x); (start is a DateTime) If there are EventOccurrences that are previous to start but are deleted they are still included in the Min aggregation. |
|
|
Did some more digging and here is the query LS built:
Seems it should be this instead:
This piece is the difference:
|
|
|
Do you need anything more from me to address this? |
|
|
No - thanks - we are still investigating this. I will let you know once we have made more progress.
|
|
|
Any progress on this front? |
|
|
No progress still sorry - this one is still on our backlog to try and address in the future as its not a simple fix. I will certainly post any update once we have something.
|
|
|
It's been over a year now. Any progress on this? That yearly subscription is starting to not make much sense. |
|
|
14 months bump. |
|