Ivan Bereznev

Results 3 comments of Ivan Bereznev

This bug has quite severe consequences in some use cases. For example, doing something like this with a synced realm produces an invalid DB state: ``` // 'MyObjectType' has an...

@ianpward thanks, I was not aware of that parameter. Good to know that there is at least a workaround that prevents app from being broken. Though the Realm behavior still...

Looks like the reason is that `fieldlayoutfields.fieldId` is not a primary key and so is not unique, and foreign key is expected to reference a single row. So probably this...