-
Notifications
You must be signed in to change notification settings - Fork 87
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
Expose embeddedObject.getParent #979
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to update the core version in dart Changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think having these new functions can help us to implement DynamicRealm
find
and all
to support embedded objects?
Or it must be similar to Realm class and to support only RealmObjects?
They should be equivalent - i.e. we should not allow users to lookup embedded objects directly. |
309481e
to
0963093
Compare
62d5da6
to
3f6289e
Compare
Pull Request Test Coverage Report for Build 3387706820
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's ok but I have the feeling we missed something while rebasing. Since this getObjectKey
does not seem to be used anywhere
should have a changelog entry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we check the rebase and also add a changelog entry. Just making it more visible here
3f6289e
to
8bb8d79
Compare
This is a follow up on the embedded objects PR that I pulled to a separate branch because it depends on realm/realm-core#5960.