-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
2 - S (<= 1 week)
-
Differentiators
-
2009
Goals
Inserting collection of realm models into Realm
Expected Results
insertOrUpdate like Realm Java 1.1.0+ (https://realm.io/blog/realm-java-1-1-0/)
Actual Results
Can only insert new objects one at a time.
Steps to Reproduce
See above
Code Sample
realm.write(() => {
realm.create('ObjectName', {
foo: foo, baz: baz
})
})
Version of Realm and Tooling
- Realm JS SDK Version: 2.15.3
- Node or React Native: Node
- Client OS & Version: macOS 10.13.6