GitXplorerGitXplorer
j

realm-delete-bug

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b1ec73d42f20c26fdfec10281c399c32d8db31a9

Initial commit

jjpetitto committed 7 years ago

README

The README file for this repository.

realm-delete-bug

Demonstrating a potential bug with deleteAll() in Realm. The expectation is that deleteAll will only delete RealmObjects associated with its Realm, but it seems to delete objects across Realm and @RealmModule boundaries. This leads to a runtime exception since deleteAll() is trying to access RealmObjects in a difference module.