Uwe (ObjectBox)

Results 521 comments of Uwe (ObjectBox)

Thanks for reporting! I guess this is on Android devices only? Anyhow, it may be possible to detect issues and salvage the database file using some `BoxStoreBuilder` APIs: https://github.com/objectbox/objectbox-examples/blob/b3d5e3e8bfb8c9b2f48dde14e2965a328b4a45bb/android-app/src/main/java/io/objectbox/example/ObjectBox.java#L17-L28 If...

> If these issues are not detected on startup with the extra validations As you can see in the API docs `validateOnOpen` can be restricted to only check parts of...

Whoops, mistakenly closed due to conflict with internal issue number. Reopening.

@mecoFarid If you are interested in this feature, please thumbs up the first post!

@mecoFarid Not sure what you mean, calling `applyChangesToDb()` is not a workaround for the reported issue AFAIK. A workaround to not getting notifications on related entities is to observe the...

Hm, actually might want to keep this separate. Reopening.

Please thumbs up the first comment if you are interested in this feature. -ut

This is related to #677 asking for an isEmpty condition on ToMany.

Thanks! As a workaround it is possible to use `findIds(offset, limit)` to not return all data. Then use that to remove with `box.removeByIds(ids)`.