realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Enforce realm constraints on unmanaged entities too

Open rorbech opened this issue 2 years ago • 0 comments

There are a number of places where realm has specific constraints on what can be imported. These constraints could also be enforced in unmanaged entities to give rapid feedback then constructing data for import, etc.

One example of this is https://github.com/realm/realm-kotlin/pull/1429#discussion_r1315812784

Another already addressed instance of this was https://github.com/realm/realm-kotlin/issues/1443

rorbech avatar Sep 11 '23 08:09 rorbech