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

Support way to copy managed objects into a Realm.

Open clementetb opened this issue 2 years ago • 1 comments

There are situations, like during a discard local client reset, that we like to copy managed or outdated objects into a Realm.

Right now the solution is to manually copy such objects, it would be convenient to the user to have a method to import such objects automatically.

clementetb avatar Jun 03 '22 12:06 clementetb

We also want to implement a generic Realm.copyFromRealm, so this tracks the special use case of Client Resets where you are moving objects between versions, which could be done a lot faster in native code.

cmelchior avatar Aug 19 '22 08:08 cmelchior