On Oct 3, 2008, at 2:11 PM, Shalin Shekhar Mangar wrote:


Essentially, what I am interested in is a join across data sources. I
realize that is non-trivial, but boy would it be powerful.


Yeah, that will be very powerful but implementing that in a general way is a
design challenge.

Agreed, at least in the generic case.



Ah yes, I missed that. The delta import works by traversing the entity tree bottom-up. So the delta query for the child most entity is evaluated first, then the parentDeltaQuery and then we go up to the parent entity. Therefore,
parent variables will not work in a deltaQuery.

So, there probably is a way to hook it in for this case in a non- generic way. I'll think some more on it.

Reply via email to