Skip to content

Primitive List feature(Part12: DynamicRealm)#5221

Closed
zaki50 wants to merge 47 commits intomy/primitive_list_11_Collectionfrom
my/primitive_list_12_DynamicRealm
Closed

Primitive List feature(Part12: DynamicRealm)#5221
zaki50 wants to merge 47 commits intomy/primitive_list_11_Collectionfrom
my/primitive_list_12_DynamicRealm

Conversation

@zaki50
Copy link
Copy Markdown
Contributor

@zaki50 zaki50 commented Sep 7, 2017

This PR is based on Part 11 (#5220).

@zaki50 zaki50 added this to the 4.0 (RMP 2.0) milestone Sep 7, 2017
@zaki50 zaki50 mentioned this pull request Sep 9, 2017
21 tasks
This reverts commit 680af0b.
Comment thread CHANGELOG.md Outdated

* `RealmResults.distinct()`/`RealmResults.distinctAsync()` have been removed. Use `RealmQuery.distinct()`/`RealmQuery.distinctAsync()` instead.
* `RealmQuery.createQuery(Realm, Class)`, `RealmQuery.createDynamicQuery(DynamicRealm, String)`, `RealmQuery.createQueryFromResult(RealmResults)` and `RealmQuery.createQueryFromList(RealmList)` have been removed. Use `Realm.where(Class)`, `DynamicRealm.where(String)`, RealmResults.where()` and `RealmList.where()` instead.
* Some exception messages are revised.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The merge!

@cmelchior
Copy link
Copy Markdown
Contributor

Replaced by #5351

@cmelchior cmelchior closed this Oct 1, 2017
@cmelchior cmelchior deleted the my/primitive_list_12_DynamicRealm branch October 1, 2017 09:55
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants