-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with nested relatiosnhips #44
Comments
I suppose it's because Does that make sense? I believe Ember Data should be smart enough to handle both async or not relationships, but we're not at that point yet. |
kurko, yes that makes sense. And I realised that you are loading just one level deeper (but got confused what happened if go even deeper, |
Yep, that's how I'd do it, with a counter. --Alexandre On Sun, Mar 2, 2014 at 4:51 PM, Roberto Saccon [email protected]:
|
I am working on a custom adapter were the storage is a plain file, and to start with, I have borrowed some code from this adapter, which apparently is based on the indexed-db adapter. So far things work nice if i have simple relationships, lets say root item which has a has-many relationship and its child-items do NOT have its own has-many relationship. If they do have, things don't work anymore, as soon as I try to load those sub-items. I am gonna investigate what exactly will happen and report a solution if I find one. On the other, if you are aware of this issues, let me know how you think it can be solved
The text was updated successfully, but these errors were encountered: